This is an automated email from the ASF dual-hosted git repository. meteorgan pushed a commit to branch fix-azurite-image in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 7c219adb3845e750f30e5b57a3a4aedc227f1aa5 Author: meteorgan <[email protected]> AuthorDate: Fri Jan 23 23:44:23 2026 +0800 chore: update azurite image to latest --- fixtures/azblob/docker-compose-azurite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/azblob/docker-compose-azurite.yml b/fixtures/azblob/docker-compose-azurite.yml index 7d1c0ab18..546d77a78 100644 --- a/fixtures/azblob/docker-compose-azurite.yml +++ b/fixtures/azblob/docker-compose-azurite.yml @@ -17,6 +17,6 @@ services: azurite: - image: mcr.microsoft.com/azure-storage/azurite + image: mcr.microsoft.com/azure-storage/azurite:latest ports: - 10000:10000
