Skip to content

Commit

Permalink
upgrade to version 2.35.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wiremockbot committed Jul 14, 2023
1 parent fdf1fd6 commit f808c32
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 eclipse-temurin:11.0.19_7-jre

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

ARG WIREMOCK_VERSION=2.35.0
ARG WIREMOCK_VERSION=2.35.0-1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION
ENV GOSU_VERSION 1.14

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 eclipse-temurin:11.0.19_7-jre-alpine

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

ARG WIREMOCK_VERSION=2.35.0
ARG WIREMOCK_VERSION=2.35.0-1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION

WORKDIR /home/wiremock
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### Latest

- `2.35.0`, `latest` [(2.35/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.35.0/Dockerfile)
- `2.35.0-alpine`, `latest-alpine` [(2.35-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.35.0/alpine/Dockerfile)
- `2.35.0-1`, `latest` [(2.35/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.35.0-1/Dockerfile)
- `2.35.0-1-alpine`, `latest-alpine` [(2.35-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/2.35.0-1/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-nightly)](https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile-nightly)
Expand Down

0 comments on commit f808c32

Please sign in to comment.