From 1ef9371276db5efdc668ce74b4249b5660cd9902 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 6 Apr 2018 21:53:28 -0700 Subject: [PATCH] Update minio to 2018-04-04T05-20-54Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7210af4..9da5863 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-03-30T00-38-44Z +ENV VERSION 2018-04-04T05-20-54Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \