⬆️ Upgrades Traccar to v4.12 (#64)

This commit is contained in:
Franck Nijhof 2021-02-02 13:05:15 +01:00 committed by GitHub
parent f385beaaaf
commit d009e83b14
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/v4.11/traccar-other-4.11.zip" \
"https://github.com/traccar/traccar/releases/download/v4.12/traccar-other-4.12.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \