Skip to content

Commit 2bc1e48

Browse files
committed
upgrade to version 2.2.1
1 parent ecc81c8 commit 2bc1e48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM java:8-jdk
22

3-
ENV WIREMOCK_VERSION 2.1.12
3+
ENV WIREMOCK_VERSION 2.2.1
44

55
RUN wget -q https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar
66

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
## Supported tags & respective Dockerfile links :
66

7-
- `2.1.12`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)
7+
- `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)
89

910
## How to use this image
1011

0 commit comments

Comments
 (0)