Skip to content

Commit

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

Bump eclipse-temurin from `dfb9212` to `b074dd1` in /m1
  • Loading branch information
jfharden committed May 13, 2024
2 parents b6b5ff2 + c21f391 commit d22b378
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:dfb9212ed2d221df62da7d30a4c805e37afef27821acbe22102eaef80e643e96 AS final
FROM eclipse-temurin:11-jre@sha256:b074dd1f14c752c818fd2bf118db451b19b207700e52383bdf7a31412c876a90 AS final

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

0 comments on commit d22b378

Please sign in to comment.