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 4fb88a8 commit 9a9677dCopy full SHA for 9a9677d
src/pytest_servers/azure.py
@@ -42,7 +42,7 @@ def azurite(
42
container: Container = docker_client.containers.get(container_name)
43
except NotFound:
44
container = docker_client.containers.run(
45
- "mcr.microsoft.com/azure-storage/azurite:3.34.0", # renovate
+ "mcr.microsoft.com/azure-storage/azurite:3.35.0", # renovate
46
command="azurite-blob --loose --blobHost 0.0.0.0",
47
name=container_name,
48
stdout=True,
0 commit comments