Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/azure-storage/azurite docker ta…
Browse files Browse the repository at this point in the history
…g to v3.33.0
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 5dd8513 commit 653113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_servers/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def azurite(
container: Container = docker_client.containers.get(container_name)
except NotFound:
container = docker_client.containers.run(
"mcr.microsoft.com/azure-storage/azurite:3.32.0", # renovate
"mcr.microsoft.com/azure-storage/azurite:3.33.0", # renovate
command="azurite-blob --loose --blobHost 0.0.0.0",
name=container_name,
stdout=True,
Expand Down

0 comments on commit 653113a

Please sign in to comment.