Skip to content

Commit 679f82a

Browse files
renovate[bot]dtrifiro
authored andcommitted
chore(deps): update mcr.microsoft.com/azure-storage/azurite docker tag to v3.22.0
1 parent 0a9c6c8 commit 679f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_servers/azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.21.0", # renovate
35+
"mcr.microsoft.com/azure-storage/azurite:3.22.0", # renovate
3636
command="azurite-blob --loose --blobHost 0.0.0.0",
3737
name=container_name,
3838
stdout=True,

0 commit comments

Comments
 (0)