Skip to content

Commit a61656b

Browse files
author
wiremockio
committed
upgrade to version 3.12.1-1
1 parent ac7d9d2 commit a61656b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM eclipse-temurin:11.0.24_8-jre
22

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

5-
ARG WIREMOCK_VERSION=3.12.0
5+
ARG WIREMOCK_VERSION=3.12.1
66
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION
77
ENV GOSU_VERSION=1.17
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ The most important tags are listed below.
5959

6060
### Latest images
6161

62-
- `3.12.0-1` [(3.12.0-1/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.0-1/Dockerfile)
63-
- `3.12.0-1-alpine` [(3.12-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.0-1/alpine/Dockerfile)
62+
- `3.12.1-1` [(3.12.1-1/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.1-1/Dockerfile)
63+
- `3.12.1-1-alpine` [(3.12-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.1-1/alpine/Dockerfile)
6464
- `latest` [(latest/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/latest/Dockerfile)
6565
- `latest-alpine` [(latest-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/latest-alpine/Dockerfile)
6666
- `main` [(main/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile)

alpine/Dockerfile

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

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

5-
ARG WIREMOCK_VERSION=3.12.0
5+
ARG WIREMOCK_VERSION=3.12.1
66
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION
77

88
WORKDIR /home/wiremock

0 commit comments

Comments
 (0)