Update Minio to RELEASE.2018-05-11T00-29-24Z

This commit is contained in:
Girish Ramakrishnan 2018-05-15 10:08:21 -07:00
parent 83f0f9d4fe
commit 3743b6ec26
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM cloudron/base:0.10.0
EXPOSE 8000
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-04T23-13-12Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-11T00-29-24Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code