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