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