Skip to content

Commit

Permalink
Update to v6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magna-z committed Aug 10, 2024
1 parent 4c7fe67 commit 0f0a60d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.20.0
FROM alpine:3.20

ENV TRACCAR_VERSION 6.3
ENV TRACCAR_VERSION 6.4

WORKDIR /opt/traccar

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12.6-slim
FROM debian:12-slim

ENV TRACCAR_VERSION 6.3
ENV TRACCAR_VERSION 6.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 ubuntu:24.04

ENV TRACCAR_VERSION 6.3
ENV TRACCAR_VERSION 6.4

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

0 comments on commit 0f0a60d

Please sign in to comment.