Skip to content

Commit

Permalink
chore(deps): update fsouza/fake-gcs-server docker tag to v1.52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent f0a8a5c commit 483f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_servers/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def fake_gcs_server(
f"-public-host localhost:{port} -external-url {url} "
)
container = docker_client.containers.run(
"fsouza/fake-gcs-server:1.52.0", # renovate
"fsouza/fake-gcs-server:1.52.1", # renovate
name=container_name,
command=command,
stdout=True,
Expand Down

0 comments on commit 483f519

Please sign in to comment.