From a05b2e9f29af20167288af975e178499c0b6103c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 13 Oct 2017 13:38:00 -0700 Subject: [PATCH] Update minio to RELEASE.2017-09-29T19-16-56Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd07aa5..7e9c253 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2017-08-05T00-00-53Z +ENV VERSION 2017-09-29T19-16-56Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \