Update minio to RELEASE.2018-08-21T00-37-20Z
This commit is contained in:
parent
78f0581699
commit
5718cd2bac
|
@ -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-08-02T23-11-36Z -O /app/code/minio \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-08-21T00-37-20Z -O /app/code/minio \
|
||||
&& chmod +x /app/code/minio
|
||||
|
||||
WORKDIR /app/code
|
||||
|
|
Loading…
Reference in New Issue