Skip to content

Commit

Permalink
upgrade to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Apr 8, 2017
1 parent be6bea0 commit fb6013c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8-jdk

ENV WIREMOCK_VERSION 2.2.2
ENV WIREMOCK_VERSION 2.3.1

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

Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
## Supported tags & respective Dockerfile links :

- `2.2.2`, `latest` [(2.2/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.2.2/Dockerfile)
- `2.3.1`, `latest` [(2.3/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.3.1/Dockerfile)
- `2.2.2` [(2.2/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.2.2/Dockerfile)
- `2.1.12` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)

## How to use this image
Expand Down

0 comments on commit fb6013c

Please sign in to comment.