Update minio to 2018-05-16T23-35-33Z
This commit is contained in:
parent
2f9e85fb77
commit
355790459f
|
@ -3,7 +3,7 @@ FROM cloudron/base:0.10.0
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
RUN mkdir -p /app/code \
|
||||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-11T00-29-24Z -O /app/code/minio \
|
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-16T23-35-33Z -O /app/code/minio \
|
||||||
&& chmod +x /app/code/minio
|
&& chmod +x /app/code/minio
|
||||||
|
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
Loading…
Reference in New Issue