Skip to content

Commit

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

Bump eclipse-temurin from `07b9545` to `6acdf03` in /m1
  • Loading branch information
jfharden authored Mar 18, 2024
2 parents e2af440 + ef3360e commit 9e7f7a0
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:07b9545e45d6fe8698983364dfe6010e611976f8392ada16ea713f0d67170a23 AS final
FROM eclipse-temurin:11-jre@sha256:6acdf03a39421e52991b16780ba8826e61a70cd23918d5b1c0790cc3b40ac633 AS final

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

0 comments on commit 9e7f7a0

Please sign in to comment.