From 2911ca0d8d5eb5d38c26f554f5622fbfdc020336 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 8 May 2018 09:15:08 -0700 Subject: [PATCH] Update minio to 2018-05-04T23-13-12Z --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d6ab64..fcd2927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,8 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-04-27T23-33-52Z - RUN mkdir -p /app/code \ - && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-04T23-13-12Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code