Update minio to 2017-08-05T00-00-53Z
This commit is contained in:
parent
a2f6725f98
commit
fc97bcedae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue