diff --git a/Dockerfile b/Dockerfile index 0b181ec..7cc0db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ FROM java:8-alpine MAINTAINER Maxim Zalysin -LABEL pro.magnaz.docker.traccar.version="{\"container\": \"16.11.18\", \"traccar\": \"3.7\"}" +LABEL pro.magnaz.docker.traccar.version="{\"container\": \"16.11.19\", \"traccar\": \"3.8\"}" -ADD https://github.com/tananaev/traccar/releases/download/v3.7/traccar-other-3.7.zip /tmp/ +ADD https://github.com/tananaev/traccar/releases/download/v3.8/traccar-other-3.8.zip /tmp/ -RUN mkdir -p /opt/traccar && unzip -o /tmp/traccar-other-3.7.zip -d /opt/traccar && rm /tmp/traccar-other-3.7.zip +RUN mkdir -p /opt/traccar && unzip -o /tmp/traccar-other-3.8.zip -d /opt/traccar && rm /tmp/traccar-other-3.8.zip EXPOSE 8082 5000-5150 5000-5150/udp