Skip to content

Commit

Permalink
Merge pull request #3318 from alphagov/dependabot/docker/eclipse-temu…
Browse files Browse the repository at this point in the history
…rin-77899ea

Bump eclipse-temurin from `2d2275f` to `77899ea`
  • Loading branch information
alexbishop1 committed May 7, 2024
2 parents b597207 + c322f90 commit 168fb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-alpine@sha256:2d2275fc2c1e9d507ec2a74df6e925e7eb1a7b633f81e642091673d6b673bfc8 AS final
FROM eclipse-temurin:11-jre-alpine@sha256:77899ea444d0c219f3a4f500923dcae6b4b28db239b80c5214f26c1167ba74b5 AS final

RUN ["apk", "--no-cache", "upgrade"]

Expand Down

0 comments on commit 168fb4e

Please sign in to comment.