Update minio to 2018-08-02T23-11-36Z

This commit is contained in:
Girish Ramakrishnan 2018-08-08 18:21:02 -07:00
parent 4e9c5923a8
commit 1eea55484e
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-07-31T02-11-47Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-08-02T23-11-36Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code