Skip to content

Commit

Permalink
chore(deps): bump eclipse-temurin from 20-jre-alpine to 21-jre-alpine
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 20-jre-alpine to 21-jre-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent ff2348c commit a319133
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 @@ -49,7 +49,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET


# Copy the jar and build image
FROM eclipse-temurin:20-jre-alpine AS irs-api
FROM eclipse-temurin:21-jre-alpine AS irs-api

RUN apk upgrade --no-cache libssl3 libcrypto3

Expand Down

0 comments on commit a319133

Please sign in to comment.