diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 575b46c10..d2764bc52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ LABEL git_commit=$GIT_COMMIT # Deploy locally # ################## -RUN apk add --no-cache --no-progress openjdk11-jre-headless +RUN apk add --no-cache --no-progress openjdk17-jre-headless WORKDIR /opt/traccar |