Skip to content

Commit

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

Bump eclipse-temurin from `662b3f1` to `3a22f2e` in /m1
  • Loading branch information
jfharden authored Feb 5, 2024
2 parents 062d59f + cd3cc4e commit 315c25f
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:662b3f1b4475b63dd8092dbd3ba69e45c701a61a2a4a32c71ee13cc4b8b97a66 AS final
FROM eclipse-temurin:11-jre@sha256:3a22f2ebf849ba4f6323c5360d3f79735a2a7fef5e9b9eb656ee3daaac70a4f1 AS final

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

0 comments on commit 315c25f

Please sign in to comment.