Update minio to RELEASE.2018-06-08T03-49-38Z

This commit is contained in:
Girish Ramakrishnan 2018-06-08 09:45:12 -07:00
parent 60688bc607
commit 0a5726c0a4
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-25T19-49-13Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-06-08T03-49-38Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code