Update Minio to 2018-02-09T22-40-05Z

This commit is contained in:
Girish Ramakrishnan 2018-02-10 16:41:14 -08:00
parent 61c69ecdc4
commit af1f659e06
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-01-18T20-33-21Z
ENV VERSION 2018-02-09T22-40-05Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \