Update Traccar to 5.10

This commit is contained in:
Girish Ramakrishnan
2023-11-22 09:22:08 +01:00
parent 28760e473c
commit 2c7d09785a

View File

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