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