Skip to content

Commit

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

Bump eclipse-temurin from `03c1fb6` to `2a0bbb1`
  • Loading branch information
SandorArpa authored Nov 18, 2024
2 parents 7803667 + 4b4dfc5 commit d2f7975
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:21-jre-alpine@sha256:03c1fb6fff9b28aa3be69f59df0a274c2c3984189726645cb383217229b25082 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:2a0bbb1db6d8db42c66ed00c43d954cf458066cc37be12b55144781da7864fdf AS final

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

Expand Down

0 comments on commit d2f7975

Please sign in to comment.