⬆️ Upgrades Traccar to v5.5

This commit is contained in:
Fabio De Simone 2022-12-07 22:58:28 +01:00 committed by GitHub
parent 0d73273f85
commit 082ef329a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ RUN \
xmlstarlet=1.6.1-r0 \
\
&& curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v5.0/traccar-other-5.0.zip" \
"https://github.com/traccar/traccar/releases/download/v5.5/traccar-other-5.5.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \