Skip to content

Commit

Permalink
Merge pull request #132 from traccar/v6.3
Browse files Browse the repository at this point in the history
Update to v6.3
  • Loading branch information
magna-z authored Aug 1, 2024
2 parents dbf7082 + 0934829 commit 7650b9a
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.20.0

ENV TRACCAR_VERSION 6.2
ENV TRACCAR_VERSION 6.3

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.2
ENV TRACCAR_VERSION 6.3

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.2
ENV TRACCAR_VERSION 6.3

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

0 comments on commit 7650b9a

Please sign in to comment.