From 965577d29b7f5123d45acf6864d365072dcfb7f3 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Wed, 24 Apr 2024 22:09:48 -0400 Subject: [PATCH] fix: Update base minio image (#11) Use the base image docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff --------- Signed-off-by: Rafael Vasquez Signed-off-by: Christian Kadner Co-authored-by: Christian Kadner --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fed3a46..b1cfc53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Using specific tag for now, there was some reason newer minio versions didn't work -FROM quay.io/cloudservices/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples +# Using specific tag to avoid newer minio versions that don't currently work +FROM docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z.hotfix.35a0912ff as minio-examples EXPOSE 9000