⬆️ Upgrades Traccar to v4.15 (#167)

This commit is contained in:
Franck Nijhof 2022-01-18 17:50:50 +01:00 committed by GitHub
parent b1948d6879
commit a6337224fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ RUN \
xmlstarlet=1.6.1-r0 \ xmlstarlet=1.6.1-r0 \
\ \
&& curl -J -L -o /tmp/traccar.zip \ && curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v4.14/traccar-other-4.14.zip" \ "https://github.com/traccar/traccar/releases/download/v4.15/traccar-other-4.15.zip" \
\ \
&& mkdir -p /opt/traccar \ && mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \ && unzip -d /opt/traccar /tmp/traccar.zip \