Skip to content

Commit

Permalink
Bump eclipse-temurin from 17-jre-alpine to 20-jre-alpine
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 17-jre-alpine to 20-jre-alpine.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent e2702fc commit 5d094de
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:17-jre-alpine
FROM eclipse-temurin:20-jre-alpine

RUN apk add --no-cache ca-certificates openssl

Expand Down

0 comments on commit 5d094de

Please sign in to comment.