Skip to content

Commit

Permalink
set correct version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
peggimann committed Nov 8, 2024
1 parent 0bff30d commit 490a9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20

USER root

RUN apk update && apk add --upgrade curl && apk --no-cache add openjdk17
RUN apk update && apk add --upgrade curl && apk --no-cache add openjdk21

RUN adduser --home /app-root --uid 1001 --disabled-password okr
USER 1001
Expand Down

0 comments on commit 490a9cd

Please sign in to comment.