-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated base image versions and gosu version
- Loading branch information
1 parent
d12e48b
commit 95368c0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM eclipse-temurin:11.0.21_9-jre | ||
FROM eclipse-temurin:11-jre | ||
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
ARG WIREMOCK_VERSION=3.4.1 | ||
ENV WIREMOCK_VERSION $WIREMOCK_VERSION | ||
ENV GOSU_VERSION 1.16 | ||
ENV GOSU_VERSION 1.17 | ||
|
||
WORKDIR /home/wiremock | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM eclipse-temurin:11.0.21_9-jre-alpine | ||
FROM eclipse-temurin:11-jre-alpine | ||
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
|