From 518772c1f7da1bc39f5dc7183d752f345b3b7c23 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 5 Sep 2018 12:11:01 -0700 Subject: [PATCH] Update minio to RELEASE.2018-09-01T00-38-25Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20e490d..7a68b1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 RUN mkdir -p /app/code \ - && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-08-25T01-56-38Z -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-09-01T00-38-25Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code