Skip to content

Commit

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

Bump eclipse-temurin from `86f4793` to `3f716d5`
  • Loading branch information
jfharden authored Aug 2, 2024
2 parents fcb0b4b + 50af6ab commit 4af55de
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:86f4793ae9ed7d77596df70178090c1c1b627e4d7d56444eda8e69f70419cc86 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:3f716d52e4045433e94a28d029c93d3c23179822a5d40b1c82b63aedd67c5081 AS final

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

0 comments on commit 4af55de

Please sign in to comment.