From 2190f8c5e8f241763c237acaf86e33e78b717310 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 19 Jan 2018 09:10:28 -0800 Subject: [PATCH] Update minio to RELEASE.2018-01-18T20-33-21Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c68b7e..978e18c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2018-01-02T23-07-00Z +ENV VERSION 2018-01-18T20-33-21Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \