Skip to content

Commit

Permalink
Merge pull request #119 from traccar/v5.9
Browse files Browse the repository at this point in the history
Update to v5.9
  • Loading branch information
magna-z authored Sep 3, 2023
2 parents 77fbf58 + 105dc56 commit a73dcbb
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.8
ENV TRACCAR_VERSION 5.9

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.8
ENV TRACCAR_VERSION 5.9

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.8
ENV TRACCAR_VERSION 5.9

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.8-alpine**, **5-alpine**, **alpine**, **5.8**, **5**, **latest** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.8-alpine)
- **5.8-debian**, **5-debian**, **debian** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.8-debian)
- **5.8-ubuntu**, **5-ubuntu**, **ubuntu** ![](https://img.shields.io/docker/image-size/traccar/traccar/5.8-ubuntu)
- **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.0**, **5.0-alpine** / **5.0-debian** / **5.0-ubuntu**_
#### 4.X
Expand Down

0 comments on commit a73dcbb

Please sign in to comment.