Update minio to 2017-08-05T00-00-53Z

This commit is contained in:
Girish Ramakrishnan 2017-09-20 14:35:36 -07:00
parent a2f6725f98
commit fc97bcedae
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ MAINTAINER Minio Developers <support@cloudron.io>
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