From 86f50f214cfa35efeeb0bcbca21e2288430ea13d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 24 Apr 2018 13:11:36 -0700 Subject: [PATCH] Update minio to 2018-04-19T22-54-58Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 995a609..a5ef1b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-04-12T23-41-09Z +ENV VERSION 2018-04-19T22-54-58Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \