From da87188fad2fc4fc4b79d847e652611d5cf57119 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 29 Sep 2023 06:33:22 +0530 Subject: [PATCH] Update minio to 2023-09-27T15-22-50Z --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13c9792..dc019b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df +FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768ba473078319a47f4 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=RELEASE.2023-09-23T03-47-50Z +ARG VERSION=RELEASE.2023-09-27T15-22-50Z # sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ # RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio