Skip to content

Commit

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

Bump eclipse-temurin from `d75d527` to `eacd8f6`
  • Loading branch information
SandorArpa authored Feb 6, 2024
2 parents 480f695 + 3f5c07c commit bf6e829
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:11-jre-alpine@sha256:d75d5276e30119ead2e98f3dc9d22fc81f960f43d9e79205133c043cfa98d8a6 AS final
FROM eclipse-temurin:11-jre-alpine@sha256:eacd8f6997601674345b0327f0aef2714054db8a9614d8cb8a3e111651682c1b AS final

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

0 comments on commit bf6e829

Please sign in to comment.