From 77b9ac57ffcaf2151c4e4fa626a591b7aa3e9efc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 31 Oct 2017 11:32:10 -0700 Subject: [PATCH] Use minio 2017-10-27T18-59-02Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e9c253..9657848 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2017-09-29T19-16-56Z +ENV VERSION 2017-10-27T18-59-02Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \