Skip to content

Commit

Permalink
Merge pull request #231 from neicnordic/dependabot/docker/eclipse-tem…
Browse files Browse the repository at this point in the history
…urin-21-jre-alpine

Bump eclipse-temurin from 20-jre-alpine to 21-jre-alpine
  • Loading branch information
Parisa68 authored Jan 9, 2024
2 parents ac3292e + 874be69 commit 7010238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY src/ /src/

RUN mvn clean install -DskipTests --no-transfer-progress

FROM eclipse-temurin:20-jre-alpine
FROM eclipse-temurin:21-jre-alpine

RUN apk -U upgrade && \
apk add ca-certificates openssl && \
Expand Down

0 comments on commit 7010238

Please sign in to comment.