From 14be49edf1071a8c606d065181f9146461034fc9 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 Mar 2019 10:32:30 -0700 Subject: [PATCH] Update minio to RELEASE.2019-03-13T21-59-47Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3617e77..f8ee5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 RUN mkdir -p /app/code \ - && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-03-06T22-47-10Z -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-03-13T21-59-47Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code