Skip to content

Commit

Permalink
Bump eclipse-temurin from 3f716d5 to b16f119
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from `3f716d5` to `b16f119`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 94590b2 commit 2c16deb
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:3f716d52e4045433e94a28d029c93d3c23179822a5d40b1c82b63aedd67c5081 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:b16f1192681ea43bd6f5c435a1bf30e59fcbee560ee2c497f42118003f42d804 AS final

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

Expand Down

0 comments on commit 2c16deb

Please sign in to comment.