Skip to content

Commit

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

Bump eclipse-temurin from `3f716d5` to `b16f119`
  • Loading branch information
jfharden authored Aug 28, 2024
2 parents 94590b2 + 2c16deb commit 0f040d3
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 0f040d3

Please sign in to comment.