Update minio to 2018-06-29T02-11-29Z

This commit is contained in:
Girish Ramakrishnan 2018-07-04 06:03:04 -07:00
parent 8c72e02441
commit 24cdeb2f54
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-06-22T23-48-46Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-06-29T02-11-29Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code