Update to 5.12

This commit is contained in:
Johannes Zellner
2024-01-27 19:31:38 +01:00
parent 52b52d1a0f
commit 9e3d0a4937

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