File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def azurite(docker_client, tmp_path_factory):
3232 container = None
3333 except NotFound :
3434 container = docker_client .containers .run (
35- "mcr.microsoft.com/azure-storage/azurite:3.27 .0" , # renovate
35+ "mcr.microsoft.com/azure-storage/azurite:3.34 .0" , # renovate
3636 command = "azurite-blob --loose --blobHost 0.0.0.0" ,
3737 name = container_name ,
3838 stdout = True ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def fake_gcs_server(docker_client, tmp_path_factory):
4040 f"-public-host { url } -external-url { url } "
4141 )
4242 container = docker_client .containers .run (
43- "fsouza/fake-gcs-server:1.47.6 " , # renovate
43+ "fsouza/fake-gcs-server:1.52.2 " , # renovate
4444 name = container_name ,
4545 command = command ,
4646 stdout = True ,
You can’t perform that action at this time.
0 commit comments