Skip to content

Commit

Permalink
⬆️ Upgrades Traccar to v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 25, 2019
1 parent 25f2dc9 commit f06eee3
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 @@ -19,7 +19,7 @@ RUN \
openjdk8-jre=8.212.04-r1 \
\
&& curl -J -L -o /tmp/traccar.zip \
"https://github.com/traccar/traccar/releases/download/v4.5/traccar-other-4.5.zip" \
"https://github.com/traccar/traccar/releases/download/v4.6/traccar-other-4.6.zip" \
\
&& mkdir -p /opt/traccar \
&& unzip -d /opt/traccar /tmp/traccar.zip \
Expand Down

0 comments on commit f06eee3

Please sign in to comment.