Skip to content

Commit

Permalink
upgrade to version 2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Sep 16, 2022
1 parent 131a395 commit b352a07
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 adoptopenjdk/openjdk11:jre

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

ENV WIREMOCK_VERSION 2.33.2
ENV WIREMOCK_VERSION 2.34.0
ENV GOSU_VERSION 1.14

# 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 adoptopenjdk/openjdk11:alpine-jre

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

ENV WIREMOCK_VERSION 2.33.2
ENV WIREMOCK_VERSION 2.34.0

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 @@ -7,8 +7,8 @@

### Latest

- `2.33.2`, `latest` [(2.33/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.33.2/Dockerfile)
- `2.33.2-alpine`, `latest-alpine` [(2.33-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.33.2/alpine/Dockerfile)
- `2.34.0`, `latest` [(2.34/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.34.0/Dockerfile)
- `2.34.0-alpine`, `latest-alpine` [(2.34-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.34.0/alpine/Dockerfile)
- `main` [(main/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile)
- `main-alpine` [(main-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/main/alpine/Dockerfile)
- `nightly` [(main/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile)
Expand Down

0 comments on commit b352a07

Please sign in to comment.