Update Traccar to 6.3

This commit is contained in:
Girish Ramakrishnan
2024-07-29 08:39:22 +02:00
parent e507297c6e
commit 4999cf00b1

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=6.2
ARG VERSION=6.3
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
unzip traccar.zip && \