Skip to content

Commit

Permalink
⬆️ Upgrades Traccar to v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 3, 2019
1 parent 6f677bd commit 3c32fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traccar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3c32fdd

Please sign in to comment.