⬆️ Upgrades Traccar to v4.3

This commit is contained in:
Franck Nijhof 2019-02-03 18:29:18 +01:00
parent 6f677bd267
commit 3c32fdd1ac
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -18,7 +18,7 @@ RUN \
openjdk8-jre=8.191.12-r0 \
\
&& curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v4.2/traccar-other-4.2.zip" \
"https://github.com/traccar/traccar/releases/download/v4.3/traccar-other-4.3.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \