From 08e32cfdd1d0bb8db9aed289e5743d623397b8f1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 14 Jul 2018 19:13:28 -0700 Subject: [PATCH] Update minio to RELEASE.2018-07-13T00-09-07Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 965cda5..398b105 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-10T01-42-11Z -O /app/code/minio \ + && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-07-13T00-09-07Z -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code