Update Traccar to 5.7

This commit is contained in:
Girish Ramakrishnan
2023-04-17 08:24:16 +02:00
parent fdd9ac34ae
commit c97fa9157a

View File

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