This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/release-cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 133928c6cb0bf6ceb8a0246738c1265c283532d4
Author: Yi Hu <[email protected]>
AuthorDate: Tue Feb 28 15:23:01 2023 -0500

    Fix Python3.7 PostCommit Azure integration test (#25654)
---
 sdks/python/apache_beam/io/azure/integration_test/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/io/azure/integration_test/docker-compose.yml 
b/sdks/python/apache_beam/io/azure/integration_test/docker-compose.yml
index 963b4a94c56..26d382b5191 100644
--- a/sdks/python/apache_beam/io/azure/integration_test/docker-compose.yml
+++ b/sdks/python/apache_beam/io/azure/integration_test/docker-compose.yml
@@ -19,7 +19,7 @@ version: '3'
 
 services:
   azurite:
-    image: mcr.microsoft.com/azure-storage/azurite:3.20.1
+    image: mcr.microsoft.com/azure-storage/azurite:3.22.0
     command:
       - "azurite-blob"
       - "--blobHost"

Reply via email to