Skip to content

Commit df7e000

Browse files
renovate[bot]mattseddon
authored andcommitted
chore(deps): update mcr.microsoft.com/azure-storage/azurite docker tag to v3.32.0
1 parent bc73fd8 commit df7e000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_servers/azure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def azurite(
4242
container: Container = docker_client.containers.get(container_name)
4343
except NotFound:
4444
container = docker_client.containers.run(
45-
"mcr.microsoft.com/azure-storage/azurite:3.31.0", # renovate
45+
"mcr.microsoft.com/azure-storage/azurite:3.32.0", # renovate
4646
command="azurite-blob --loose --blobHost 0.0.0.0",
4747
name=container_name,
4848
stdout=True,

0 commit comments

Comments
 (0)