From fc97bcedae328d9adefcc59c3a8639ea917cd90c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 20 Sep 2017 14:35:36 -0700 Subject: [PATCH] Update minio to 2017-08-05T00-00-53Z --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96a5509..bd07aa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ MAINTAINER Minio Developers EXPOSE 8000 -ENV VERSION 2017-07-24T18-27-35Z +ENV VERSION 2017-08-05T00-00-53Z RUN mkdir -p /app/code \ - && wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.${VERSION} -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code