Skip to content

Commit

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

Bump eclipse-temurin from `b16f119` to `8cc1202`
  • Loading branch information
jfharden authored Sep 9, 2024
2 parents 0582f34 + c5ab819 commit f7e7c96
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"]

FROM eclipse-temurin:21-jre-alpine@sha256:b16f1192681ea43bd6f5c435a1bf30e59fcbee560ee2c497f42118003f42d804 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:8cc1202a100e72f6e91bf05ab274b373a5def789ab6d9e3e293a61236662ac27 AS final

RUN ["apk", "--no-cache", "upgrade"]
RUN ["apk", "--no-cache", "add", "tini"]
Expand Down

0 comments on commit f7e7c96

Please sign in to comment.