1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

Version 1.24.0

This commit is contained in:
Girish Ramakrishnan
2018-08-01 07:34:45 -07:00
parent 9c9f50c1f9
commit cbe69b11a6
4 changed files with 12 additions and 4 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-13T00-09-07Z -O /app/code/minio \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2018-07-23T18-34-49Z -O /app/code/minio \
&& chmod +x /app/code/minio
WORKDIR /app/code