Skip to content

Commit

Permalink
Update to v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magna-z committed Oct 4, 2022
1 parent 27dc4b3 commit 9931c0c
Show file tree
Hide file tree
Showing 4 changed files with 9 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.16

ENV TRACCAR_VERSION 5.3
ENV TRACCAR_VERSION 5.4

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.3
ENV TRACCAR_VERSION 5.4

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.3
ENV TRACCAR_VERSION 5.4

WORKDIR /opt/traccar

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

## Available tags:
#### 5.X
- **5.3-alpine**, **5-alpine**, **alpine**, **5.3**, **5**, **latest** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.3-alpine)
- **5.3-debian**, **5-debian**, **debian** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.3-debian)
- **5.3-ubuntu**, **5-ubuntu**, **ubuntu** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.3-ubuntu)
- **5.4-alpine**, **5-alpine**, **alpine**, **5.4**, **5**, **latest** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.4-alpine)
- **5.4-debian**, **5-debian**, **debian** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.4-debian)
- **5.4-ubuntu**, **5-ubuntu**, **ubuntu** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.4-ubuntu)
- **5.3-alpine**, **5.3**
- **5.3-debian**
- **5.3-ubuntu**
- **5.2-alpine**, **5.2**
- **5.2-debian**
- **5.2-ubuntu**
Expand Down

0 comments on commit 9931c0c

Please sign in to comment.