Skip to content

Commit

Permalink
upgrade to version 2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Oct 16, 2019
1 parent b6edf62 commit 3e71264
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

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

ENV WIREMOCK_VERSION 2.25.0
ENV WIREMOCK_VERSION 2.25.1
ENV GOSU_VERSION 1.10

# 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

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

ENV WIREMOCK_VERSION 2.25.0
ENV WIREMOCK_VERSION 2.25.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 @@ -6,8 +6,8 @@

### Last

- `2.25.0`, `latest` [(2.25/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.25.0/Dockerfile)
- `2.25.0-alpine` [(2.25-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.25.0/alpine/Dockerfile)
- `2.25.1`, `latest` [(2.25/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.25.1/Dockerfile)
- `2.25.1-alpine` [(2.25-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.25.1/alpine/Dockerfile)

### Complete list

Expand Down

0 comments on commit 3e71264

Please sign in to comment.