⬆️ Upgrades Traccar to v4.5

This commit is contained in:
Franck Nijhof 2019-06-23 10:30:44 +02:00
parent 973d6445c2
commit ef1a281355
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-r0 \
\
&& curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v4.4/traccar-other-4.4.zip" \
"https://github.com/traccar/traccar/releases/download/v4.5/traccar-other-4.5.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \