@@ -59,8 +59,8 @@ The most important tags are listed below.
5959
6060### Latest images
6161
62- - ` 3.11 .0-1 ` [ (3.11 .0-1/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.11 .0-1/Dockerfile )
63- - ` 3.11 .0-1-alpine ` [ (3.11 -alpine/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.11 .0-1/alpine/Dockerfile )
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 )
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.
111111For example, to enable HTTPs: ` --https-port 8443 --verbose `
112112
113113``` sh
114- docker run -it --rm -p 8443.11443 wiremock/wiremock --https-port 8443 --verbose
114+ docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
115115```
116116
117117### Using environment variables
@@ -127,7 +127,7 @@ Example for passing the CLI options:
127127``` sh
128128docker run -it --rm \
129129 -e WIREMOCK_OPTIONS=' --https-port 8443 --verbose' \
130- -p 8443.11443 \
130+ -p 8443.12443 \
131131 --name wiremock \
132132 wiremock/wiremock:latest
133133```
@@ -223,7 +223,7 @@ For HTTPs, the `8443` port is exposed by default.
223223To run with HTTPs, run the following command:
224224
225225``` sh
226- docker run -it --rm -p 8443.11443 wiremock/wiremock --https-port 8443 --verbose
226+ docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
227227```
228228
229229To check the HTTPs on the default exposed port,
0 commit comments