-
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.
- Loading branch information
wiremockio
committed
Oct 22, 2024
1 parent
c76eba3
commit 2f56ec1
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM eclipse-temurin:11.0.24_8-jre | |
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
ARG WIREMOCK_VERSION=3.9.1 | ||
ARG WIREMOCK_VERSION=3.9.2 | ||
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION | ||
ENV GOSU_VERSION=1.17 | ||
|
||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM eclipse-temurin:11-jre-alpine | |
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
ARG WIREMOCK_VERSION=3.9.1 | ||
ARG WIREMOCK_VERSION=3.9.2 | ||
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION | ||
|
||
WORKDIR /home/wiremock | ||
|