We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba33506 commit 9db1080Copy full SHA for 9db1080
core/tests/test_network.py
@@ -2,7 +2,7 @@
2
from testcontainers.core.docker_client import DockerClient
3
from testcontainers.core.network import Network
4
5
-NGINX_ALPINE_SLIM_IMAGE = "nginx:alpine-slim"
+NGINX_ALPINE_SLIM_IMAGE = "nginx:1.25.4-alpine-slim"
6
7
8
def test_network_gets_created_and_cleaned_up():
0 commit comments