Skip to content

Commit

Permalink
upgrade to version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Jul 31, 2017
1 parent d65b834 commit 84c8077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre

MAINTAINER Rodolphe CHAIGNEAU <[email protected]>

ENV WIREMOCK_VERSION 2.7.0
ENV WIREMOCK_VERSION 2.7.1
ENV GOSU_VERSION 1.7

# grab gosu for easy step-down from root
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine

MAINTAINER Rodolphe CHAIGNEAU <[email protected]>

ENV WIREMOCK_VERSION 2.7.0
ENV WIREMOCK_VERSION 2.7.1

RUN apk add --update openssl

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

- `2.7.0`, `latest` [(2.7/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.0/Dockerfile)
- `2.7.0-alpine` [(2.7-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.0/alpine/Dockerfile)
- `2.7.1`, `latest` [(2.7/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.1/Dockerfile)
- `2.7.1-alpine` [(2.7-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.1/alpine/Dockerfile)
- `2.6.0` [(2.6/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/Dockerfile)
- `2.6.0-alpine` [(2.6-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/alpine/Dockerfile)
- `2.5.1` [(2.5/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.5.1/Dockerfile)
Expand Down

0 comments on commit 84c8077

Please sign in to comment.