Skip to content

Commit

Permalink
Merge pull request #131 from traccar/v6.2
Browse files Browse the repository at this point in the history
Update to v6.2
  • Loading branch information
magna-z authored Jun 3, 2024
2 parents ed12a6f + 86e5849 commit dbf7082
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19.1
FROM alpine:3.20.0

ENV TRACCAR_VERSION 6.1
ENV TRACCAR_VERSION 6.2

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 6.1
ENV TRACCAR_VERSION 6.2

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 6.1
ENV TRACCAR_VERSION 6.2

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

0 comments on commit dbf7082

Please sign in to comment.