Skip to content

Commit 1a97457

Browse files
committed
upgrade to version 2.4.1
1 parent c3bffa6 commit 1a97457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM java:8-jdk
22

33
MAINTAINER Rodolphe CHAIGNEAU <[email protected]>
44

5-
ENV WIREMOCK_VERSION 2.3.1
5+
ENV WIREMOCK_VERSION 2.4.1
66

77
# grab gosu for easy step-down from root
88
ENV GOSU_VERSION 1.7

readme.md

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

7-
- `2.3.1`, `latest` [(2.3/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.3.1/Dockerfile)
7+
- `2.4.1`, `latest` [(2.4/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.4.1/Dockerfile)
8+
- `2.3.1` [(2.3/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.3.1/Dockerfile)
89
- `2.2.2` [(2.2/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.2.2/Dockerfile)
910
- `2.1.12` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)
1011

0 commit comments

Comments
 (0)