⬆️ Upgrades Traccar to 4.7 (#33)

This commit is contained in:
François FANUEL 2020-01-27 10:59:42 +01:00 committed by Franck Nijhof
parent 98f4abe62b
commit 552773ea63

View file

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