Skip to content

Commit

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

Bump eclipse-temurin from `848653d` to `03c1fb6`
  • Loading branch information
alexbishop1 authored Nov 1, 2024
2 parents 7d62398 + cbdfa5a commit 61440db
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:848653d62f2fe03f2ef6d0527236fbdedd296ee44bfeb7a9836662dc2f0f58d3 AS final
FROM eclipse-temurin:21-jre-alpine@sha256:03c1fb6fff9b28aa3be69f59df0a274c2c3984189726645cb383217229b25082 AS final

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

Expand Down

0 comments on commit 61440db

Please sign in to comment.