Skip to content

Commit

Permalink
fix: Correct alpine docker image java version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpproton committed Oct 13, 2024
1 parent 27a315f commit 07c9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TRACCAR_VERSION=6.5
WORKDIR /opt/traccar

RUN set -ex && \
apk add --no-cache --no-progress curl openjdk11-jre-headless
apk add --no-cache --no-progress curl openjdk17-jre-headless
COPY ./setup/traccar-other-$TRACCAR_VERSION.zip /tmp/traccar.zip
RUN unzip -qo /tmp/traccar.zip -d /opt/traccar && \
rm /tmp/traccar.zip
Expand Down

0 comments on commit 07c9dd9

Please sign in to comment.