Bump version

This commit is contained in:
Johannes Zellner
2023-09-03 10:58:58 +02:00
parent 9de136492f
commit 7a7ff78370
3 changed files with 6 additions and 3 deletions

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