Skip to content

Commit

Permalink
Merge pull request #112 from wiremock/upgrade-base-image
Browse files Browse the repository at this point in the history
chore: upgrade temurin base image
  • Loading branch information
Mahoney authored Aug 22, 2024
2 parents 7b3bbbd + 3e3d2b0 commit ebc9897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:11-jre
FROM eclipse-temurin:11.0.24_8-jre

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN ./gradlew shadowJar

# RUN

FROM eclipse-temurin:11.0.20_8-jre
FROM eclipse-temurin:11.0.24_8-jre

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

Expand Down

0 comments on commit ebc9897

Please sign in to comment.