We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20aad commit bc6be8dCopy full SHA for bc6be8d
2 files changed
Dockerfile
@@ -2,7 +2,7 @@ FROM eclipse-temurin:11.0.24_8-jre
2
3
LABEL maintainer="Rodolphe CHAIGNEAU <rodolphe.chaigneau@gmail.com>"
4
5
-ARG WIREMOCK_VERSION=3.13.2
+ARG WIREMOCK_VERSION=4.0.0-beta.29
6
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION
7
ENV GOSU_VERSION=1.19
8
alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM eclipse-temurin:11-jre-alpine
WORKDIR /home/wiremock
0 commit comments