From 5ce65330ae8d27fd39456701127cc4acb20056d6 Mon Sep 17 00:00:00 2001 From: Modassar Rana Date: Mon, 28 Oct 2024 15:27:42 +0530 Subject: [PATCH] Update Dockerfile Signed-off-by: Modassar Rana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1f1d08..f9128d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Using specific tag to avoid newer minio versions that don't currently work -FROM quay.io/minio/minio:RELEASE.2023-10-16T04-13-43Z as minio-examples +FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z as minio-examples EXPOSE 9000