Skip to content

Commit

Permalink
chore(deps): update fsouza/fake-gcs-server docker tag to v1.49.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and skshetry committed Aug 15, 2024
1 parent f740b61 commit 5bc3c72
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 {url} -external-url {url} "
)
container = docker_client.containers.run(
"fsouza/fake-gcs-server:1.49.2", # renovate
"fsouza/fake-gcs-server:1.49.3", # renovate
name=container_name,
command=command,
stdout=True,
Expand Down

0 comments on commit 5bc3c72

Please sign in to comment.