From f362df6f92e8d2d61683e6780b2f9f5ac1b093db Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 20 Aug 2019 07:56:15 -0700 Subject: [PATCH] Update minio to RELEASE.2019-08-14T20-37-41Z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 078278c..1636f30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 -ARG VERSION=RELEASE.2019-08-07T01-59-21Z +ARG VERSION=RELEASE.2019-08-14T20-37-41Z RUN mkdir -p /app/code \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \ && chmod +x /app/code/minio