From fd48a26065c461aa1a9e046740f131f08fa04bf8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Oct 2024 18:03:52 +0000 Subject: [PATCH] chore(deps): update dependency minio/minio to release.2024-10-02t17-50-41z --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a24be29..c5f971a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # renovate: datasource=github-releases packageName=minio/minio extractVersion=^(?.+)$ versioning=regex:^RELEASE\.(?\d{4})-(?\d{2})-(?\d{2})T(?.+) -ARG VERSION=RELEASE.2024-09-22T00-33-43Z +ARG VERSION=RELEASE.2024-10-02T17-50-41Z # 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