Bump version

This commit is contained in:
Johannes Zellner
2023-02-06 10:05:11 +01:00
parent faaf81f0c4
commit 7da7a5307b
3 changed files with 7 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.5
ARG VERSION=5.6
RUN wget https://github.com/traccar/traccar/releases/download/v${VERSION}/traccar-linux-64-${VERSION}.zip -O traccar.zip && \
unzip traccar.zip && \