-
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.
Update to WireMock 3.1.0 + Fix version matching in the release pipeli…
…nes (#86) * Fix version in Dockerfile * Fix version in Dockerfile-alpine * Fix glitch in the repository patch logic in the release pipeline * Fix escaping in the release-2.x.yml
- Loading branch information
1 parent
4d00ce8
commit 587c13d
Showing
4 changed files
with
5 additions
and
5 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
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.0.20_8-jre | |
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
ARG WIREMOCK_VERSION=${ github.event.inputs.bundled-version } | ||
ARG WIREMOCK_VERSION=3.1.0 | ||
ENV WIREMOCK_VERSION $WIREMOCK_VERSION | ||
ENV GOSU_VERSION 1.14 | ||
|
||
|
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.20_8-jre-alpine | |
|
||
LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>" | ||
|
||
ARG WIREMOCK_VERSION=${ github.event.inputs.bundled-version } | ||
ARG WIREMOCK_VERSION=3.1.0 | ||
ENV WIREMOCK_VERSION $WIREMOCK_VERSION | ||
|
||
WORKDIR /home/wiremock | ||
|