Update minio to 2018-10-05T01-03-03Z
This commit is contained in:
parent
8a6828eb3f
commit
7cf2ff1d0d
|
@ -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-09-25T21-34-43Z -O /app/code/minio \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-10-05T01-03-03Z -O /app/code/minio \
|
||||
&& chmod +x /app/code/minio
|
||||
|
||||
WORKDIR /app/code
|
||||
|
|
Loading…
Reference in New Issue