Skip to content

Commit

Permalink
Bump eclipse-temurin from 41502ff to 4300bfe (#2732)
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from `41502ff` to `4300bfe`.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent b0e6306 commit 3f87fb5
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 @@ -5,7 +5,7 @@ COPY . .

RUN ["mvn", "clean", "--no-transfer-progress", "package", "-DskipTests"]

FROM eclipse-temurin:21-jre-alpine@sha256:41502ff7105c996a588c68647da859759b5fc457bca6f4bf3edbc59e3b75423c AS final
FROM eclipse-temurin:21-jre-alpine@sha256:4300bfe1e11f3dfc3e3512f39939f9093cf18d0e581d1ab1ccd0512f32fe33f0 AS final

RUN ["apk", "--no-cache", "upgrade"]

Expand Down

0 comments on commit 3f87fb5

Please sign in to comment.