From 87011ba4285a9714b152ca5a32db15d92e632102 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 28 Dec 2017 05:54:19 -0800 Subject: [PATCH] Use minio RELEASE.2017-12-28T01-21-00Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 632ed3a..dcb40f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2017-11-22T19-55-46Z +ENV VERSION 2017-12-28T01-21-00Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \