Update minio to RELEASE.2018-07-13T00-09-07Z

This commit is contained in:
Girish Ramakrishnan 2018-07-14 19:13:28 -07:00
parent 562a426669
commit 08e32cfdd1
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-10T01-42-11Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-07-13T00-09-07Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code