Bump version to 4.7

This commit is contained in:
François FANUEL 2020-01-21 11:55:20 +01:00 committed by GitHub
parent 98f4abe62b
commit 8e54865af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \