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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 7821d77885 chore(fixtures/s3): Upgrade MinIO version (#5142)
7821d77885 is described below

commit 7821d778859ecdf9915a9bde75b8bdeec9cfc0bb
Author: Hao Li <[email protected]>
AuthorDate: Tue Sep 24 23:04:26 2024 +0800

    chore(fixtures/s3): Upgrade MinIO version (#5142)
    
    feat:Upgrade MinIO version
    
    Signed-off-by: LeeHao <[email protected]>
---
 fixtures/s3/docker-compose-minio.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fixtures/s3/docker-compose-minio.yml 
b/fixtures/s3/docker-compose-minio.yml
index 6d3d9c8d14..74c8f18b49 100644
--- a/fixtures/s3/docker-compose-minio.yml
+++ b/fixtures/s3/docker-compose-minio.yml
@@ -19,7 +19,7 @@ version: '3.8'
 
 services:
   minio:
-    image: quay.io/minio/minio:RELEASE.2024-01-18T22-51-28Z
+    image: quay.io/minio/minio:RELEASE.2024-09-22T00-33-43Z
     ports:
       - 9000:9000
     command: server /data

Reply via email to