Update minio to 2019-05-14T23-57-45Z
This commit is contained in:
parent
0f89e283cf
commit
0c8d81686b
|
@ -1,7 +1,7 @@
|
|||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-05-02T19-07-09Z -O /app/code/minio \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-05-14T23-57-45Z -O /app/code/minio \
|
||||
&& chmod +x /app/code/minio
|
||||
|
||||
WORKDIR /app/code
|
||||
|
|
Loading…
Reference in New Issue