Skip to content

Commit 5018cdd

Browse files
author
wiremockio
committed
upgrade to version 3.13.0-1
1 parent 551c795 commit 5018cdd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 <rodolphe.chaigneau@gmail.com>"
44

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

README.md

Lines changed: 5 additions & 5 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.1-2` [(3.12.1-2/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.1-2/Dockerfile)
63-
- `3.12.1-2-alpine` [(3.12-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.12.1-2/alpine/Dockerfile)
62+
- `3.13.0-1` [(3.13.0-1/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.13.0-1/Dockerfile)
63+
- `3.13.0-1-alpine` [(3.13-alpine/Dockerfile)](https://github.com/wiremock/wiremock-docker/blob/3.13.0-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)
@@ -111,7 +111,7 @@ you can add them to the end of the command line.
111111
For example, to enable HTTPs: `--https-port 8443 --verbose`
112112

113113
```sh
114-
docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
114+
docker run -it --rm -p 8443.13443 wiremock/wiremock --https-port 8443 --verbose
115115
```
116116

117117
### Using environment variables
@@ -127,7 +127,7 @@ Example for passing the CLI options:
127127
```sh
128128
docker run -it --rm \
129129
-e WIREMOCK_OPTIONS='--https-port 8443 --verbose' \
130-
-p 8443.12443 \
130+
-p 8443.13443 \
131131
--name wiremock \
132132
wiremock/wiremock:latest
133133
```
@@ -223,7 +223,7 @@ For HTTPs, the `8443` port is exposed by default.
223223
To run with HTTPs, run the following command:
224224

225225
```sh
226-
docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
226+
docker run -it --rm -p 8443.13443 wiremock/wiremock --https-port 8443 --verbose
227227
```
228228

229229
To check the HTTPs on the default exposed port,

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 <rodolphe.chaigneau@gmail.com>"
44

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

88
WORKDIR /home/wiremock

0 commit comments

Comments
 (0)