Update to version 5.11

This commit is contained in:
Johannes Zellner
2024-01-15 09:54:19 +01:00
parent 39f43c1749
commit f33dc5bc7e

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.10
ARG VERSION=5.11
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
unzip traccar.zip && \