Skip to content

Commit

Permalink
Merge pull request #2740 from alphagov/dependabot/docker/eclipse-temu…
Browse files Browse the repository at this point in the history
…rin-decee20

Bump eclipse-temurin from `4300bfe` to `decee20`
  • Loading branch information
SandorArpa authored Jan 23, 2025
2 parents 221a029 + d78ef43 commit 2d128e5
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:4300bfe1e11f3dfc3e3512f39939f9093cf18d0e581d1ab1ccd0512f32fe33f0 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:decee204b9a1eb333c364ba4d859a6b1380eb13f0980d2acfd65c09fee53a48a AS final

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

Expand Down

0 comments on commit 2d128e5

Please sign in to comment.