We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7db6c0 commit 21b6fbeCopy full SHA for 21b6fbe
src/pytest_servers/gcs.py
@@ -50,7 +50,7 @@ def fake_gcs_server(
50
f"-public-host {url} -external-url {url} "
51
)
52
container = docker_client.containers.run(
53
- "fsouza/fake-gcs-server:1.49.0", # renovate
+ "fsouza/fake-gcs-server:1.49.2", # renovate
54
name=container_name,
55
command=command,
56
stdout=True,
0 commit comments