Skip to content

Commit

Permalink
Update to v5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
magna-z committed Nov 22, 2023
1 parent a73dcbb commit c1311ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18

ENV TRACCAR_VERSION 5.9
ENV TRACCAR_VERSION 5.10

WORKDIR /opt/traccar

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jre-slim-bullseye

ENV TRACCAR_VERSION 5.9
ENV TRACCAR_VERSION 5.10

WORKDIR /opt/traccar

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM adoptopenjdk:11-jre-hotspot-focal

ENV TRACCAR_VERSION 5.9
ENV TRACCAR_VERSION 5.10

WORKDIR /opt/traccar

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Maintainer: [Maxim Zalysin](https://github.com/magna-z)

## Available tags:
#### 5.X
- **5.9-alpine**, **5-alpine**, **alpine**, **5.9**, **5**, **latest** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.9-alpine)
- **5.9-debian**, **5-debian**, **debian** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.9-debian)
- **5.9-ubuntu**, **5-ubuntu**, **ubuntu** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.9-ubuntu)
- **5.10-alpine**, **5-alpine**, **alpine**, **5.10**, **5**, **latest** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.10-alpine)
- **5.10-debian**, **5-debian**, **debian** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.10-debian)
- **5.10-ubuntu**, **5-ubuntu**, **ubuntu** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.10-ubuntu)
- _..._
- _**5.0**, **5.0-alpine** / **5.0-debian** / **5.0-ubuntu**_
#### 4.X
Expand Down

0 comments on commit c1311ac

Please sign in to comment.