From 8870033cd0d976a7f0bb649bda21ce1b2f42e7c4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 19 Mar 2018 09:29:02 -0700 Subject: [PATCH] Update Minio to 2018-03-16T22-52-12Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7447cf..48b9786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0 EXPOSE 8000 -ENV VERSION 2018-03-12T21-25-28Z +ENV VERSION 2018-03-16T22-52-12Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \