Skip to content

Commit

Permalink
Merge pull request #2705 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
alexbishop1 authored Nov 15, 2024
2 parents 83e70d7 + a1e68c9 commit 18b8cb4
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 18b8cb4

Please sign in to comment.