Skip to content

Commit

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

Bump eclipse-temurin from `decee20` to `4c07db8`
  • Loading branch information
jfharden authored Feb 3, 2025
2 parents 03efe55 + 2806131 commit 257a1ed
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:decee204b9a1eb333c364ba4d859a6b1380eb13f0980d2acfd65c09fee53a48a AS final
FROM eclipse-temurin:21-jre-alpine@sha256:4c07db858c3b8bfed4cb9163f4aeedbff9c0c2b8212ec1fa75c13a169dec8dc6 AS final

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

Expand Down

0 comments on commit 257a1ed

Please sign in to comment.