⬆️ Upgrades Traccar to v4.6

This commit is contained in:
Franck Nijhof 2019-08-25 19:46:16 +02:00
parent 25f2dc9e86
commit f06eee32ac
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -19,7 +19,7 @@ RUN \
openjdk8-jre=8.212.04-r1 \
\
&& curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v4.5/traccar-other-4.5.zip" \
"https://github.com/traccar/traccar/releases/download/v4.6/traccar-other-4.6.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \