From 5a3eb48466173d72867b24f952b91492dcf20a70 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 2 Apr 2018 10:14:31 -0700 Subject: [PATCH] Update minio to RELEASE.2018-03-30T00-38-44Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b61e7d6..7210af4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-03-19T19-22-06Z +ENV VERSION 2018-03-30T00-38-44Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \