⬆️ Upgrades Traccar to v4.10

This commit is contained in:
Franck Nijhof 2020-08-23 22:23:02 +02:00
parent 0d88868140
commit 3ddf9f65ca
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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.9/traccar-other-4.9.zip" \
"https://github.com/traccar/traccar/releases/download/v4.10/traccar-other-4.10.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \