From 3743b6ec260175a88837d82a6a0f8508628dd8c2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 15 May 2018 10:08:21 -0700 Subject: [PATCH] Update Minio to RELEASE.2018-05-11T00-29-24Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcd2927..4ab5b77 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-05-04T23-13-12Z -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-05-11T00-29-24Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code