Update Minio to 2018-03-16T22-52-12Z

This commit is contained in:
Girish Ramakrishnan 2018-03-19 09:29:02 -07:00
parent 56e614e13b
commit 8870033cd0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM cloudron/base:0.10.0
EXPOSE 8000
ENV VERSION 2018-03-12T21-25-28Z
ENV VERSION 2018-03-16T22-52-12Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \