Skip to content

Commit

Permalink
Merge pull request #1132 from alphagov/dependabot/docker/m1/eclipse-t…
Browse files Browse the repository at this point in the history
…emurin-cfba8df

Bump eclipse-temurin from `5ab15a8` to `cfba8df` in /m1
  • Loading branch information
jfharden authored Dec 18, 2023
2 parents a3ff6be + ea458b1 commit 7daccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m1/arm64.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@sha256:5ab15a813764f19a1d7f6f7f0c60266ba1efb3702b3ab20c6eedef1bdef3d2b2 AS final
FROM eclipse-temurin:11-jre@sha256:cfba8df9620f10a0e8b6a147a9a1a09dfce2477a9cb4552dfe94bc7319aa3032 AS final

RUN ["apt-get", "update"]
RUN ["apt-get", "install", "-y", "tini"]
Expand Down

0 comments on commit 7daccec

Please sign in to comment.