Update minio to 2018-10-05T01-03-03Z

This commit is contained in:
Girish Ramakrishnan 2018-10-05 09:41:51 -07:00
parent 8a6828eb3f
commit 7cf2ff1d0d
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-09-25T21-34-43Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-10-05T01-03-03Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code