Skip to content

Commit

Permalink
upgrade to version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Apr 8, 2017
1 parent 2bc1e48 commit be6bea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1
ENV WIREMOCK_VERSION 2.2.2

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

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

- `2.2.1`, `latest` [(2.2/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.2.1/Dockerfile)
- `2.2.2`, `latest` [(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 Expand Up @@ -35,7 +35,7 @@ docker run -d -v $PWD/wiremock-docker/sample/stub:/home/wiremock -p 8080:8080 ro
##### Launch a Wiremock container with Wiremock arguments

```sh
docker run -d -v $PWD/stub:/home/wiremock -p 8080:8080 -p 8081:8081 -e WIREMOCK_ARGS="--verbose --https-port 8081" rodolpheche/wiremock
docker run -d -p 8081:8081 -e WIREMOCK_ARGS="--https-port 8081" rodolpheche/wiremock
```

> Access [https://localhost:8081/__admin](https://localhost:8081/__admin) to to check https working
Expand Down

0 comments on commit be6bea0

Please sign in to comment.