From 1eea55484e1a250c172794357cc6562c0a724bce Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Aug 2018 18:21:02 -0700 Subject: [PATCH] Update minio to 2018-08-02T23-11-36Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5922aa6..2b1c85f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-31T02-11-47Z -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-08-02T23-11-36Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code