From dedfce51fae3a57854d4b3e276166ffbd78418c3 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 16 May 2024 12:02:41 +0800 Subject: [PATCH] chore: Update minio-common image to use latest version --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 7f373c4..1f2329c 100644 --- a/production.yml +++ b/production.yml @@ -80,7 +80,7 @@ services: - default minio-common: - image: quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z + image: minio/minio:latest container_name: minio_server environment: MINIO_ROOT_USER: "${MINIO_ROOT_USER:-minioadmin}"