From 30cd0a5a43bb2f1e229a5af89af287261c7d38e5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 2 May 2018 13:45:41 -0700 Subject: [PATCH] Update minio to 2018-04-27T23-33-52Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5ef1b4..5d6ab64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-04-19T22-54-58Z +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 \