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