Skip to content

Commit d65b834

Browse files
committed
upgrade to version 2.7.0
1 parent a0c4f63 commit d65b834

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jre
22

33
MAINTAINER Rodolphe CHAIGNEAU <[email protected]>
44

5-
ENV WIREMOCK_VERSION 2.6.0
5+
ENV WIREMOCK_VERSION 2.7.0
66
ENV GOSU_VERSION 1.7
77

88
# grab gosu for easy step-down from root

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
22

33
MAINTAINER Rodolphe CHAIGNEAU <[email protected]>
44

5-
ENV WIREMOCK_VERSION 2.6.0
5+
ENV WIREMOCK_VERSION 2.7.0
66

77
RUN apk add --update openssl
88

readme.md

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

7-
- `2.6.0`, `latest` [(latest/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/Dockerfile)
7+
- `2.7.0`, `latest` [(2.7/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.0/Dockerfile)
8+
- `2.7.0-alpine` [(2.7-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.0/alpine/Dockerfile)
9+
- `2.6.0` [(2.6/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/Dockerfile)
810
- `2.6.0-alpine` [(2.6-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/alpine/Dockerfile)
911
- `2.5.1` [(2.5/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.5.1/Dockerfile)
1012
- `2.4.1` [(2.4/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.4.1/Dockerfile)

0 commit comments

Comments
 (0)