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 ecc81c8 commit 2bc1e48Copy full SHA for 2bc1e48
Dockerfile
@@ -1,6 +1,6 @@
1
FROM java:8-jdk
2
3
-ENV WIREMOCK_VERSION 2.1.12
+ENV WIREMOCK_VERSION 2.2.1
4
5
RUN wget -q https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar
6
readme.md
@@ -4,7 +4,8 @@
## Supported tags & respective Dockerfile links :
7
-- `2.1.12`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)
+- `2.2.1`, `latest` [(2.2/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.2.1/Dockerfile)
8
+- `2.1.12` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)
9
10
## How to use this image
11
0 commit comments