Skip to content

Commit

Permalink
upgrade to version 3.0.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wiremockbot committed Sep 6, 2023
1 parent a885d1d commit 71a1439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.20_8-jre

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

ARG WIREMOCK_VERSION=3.0.1
ARG WIREMOCK_VERSION=3.0.3-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.20_8-jre-alpine

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

ARG WIREMOCK_VERSION=3.0.1
ARG WIREMOCK_VERSION=3.0.3-1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION

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

### Latest images

- `3.0.1-1` [(3.0.1-1/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.1-1/Dockerfile)
- `3.0.1-1-alpine` [(3.0-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.1-1/alpine/Dockerfile)
- `3.0.3-1` [(3.0.3-1/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.3-1/Dockerfile)
- `3.0.3-1-alpine` [(3.0-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.3-1/alpine/Dockerfile)
- `latest` [(latest/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/latest/Dockerfile)
- `latest-alpine` [(latest-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/latest-alpine/Dockerfile)
- `main` [(main/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile)
Expand All @@ -19,8 +19,8 @@

### Latest WireMock 2.x images

- `3.0.1-1 [(3.0/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.1-1/Dockerfile)
- `3.0.1-1-alpine` [(3.0-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.1-1/alpine/Dockerfile)
- `3.0.3-1 [(3.0/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.3-1/Dockerfile)
- `3.0.3-1-alpine` [(3.0-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.0.3-1/alpine/Dockerfile)

### Deprecated tags

Expand Down

0 comments on commit 71a1439

Please sign in to comment.