Skip to content

Commit

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

Bump eclipse-temurin from `3a22f2e` to `b57a849` in /m1
  • Loading branch information
SandorArpa authored Feb 12, 2024
2 parents bf6e829 + d878c87 commit df29b87
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:3a22f2ebf849ba4f6323c5360d3f79735a2a7fef5e9b9eb656ee3daaac70a4f1 AS final
FROM eclipse-temurin:11-jre@sha256:b57a849e24f2bb2a62eb438768b3f2196b85d987fb26479a215e96c8ec4a82a9 AS final

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

0 comments on commit df29b87

Please sign in to comment.