We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b35cb7 commit 920c7acCopy full SHA for 920c7ac
1 file changed
test/test_transport_options.py
@@ -42,7 +42,7 @@ def setup_class(cls) -> None:
42
cls.network = Network().create()
43
44
cls.wiremock = (
45
- DockerContainer("wiremock/wiremock:3.3.1")
+ DockerContainer("wiremock/wiremock:3.12.1")
46
.with_network(cls.network)
47
.with_network_aliases("wiremock")
48
.with_exposed_ports(8080, 8443)
0 commit comments