1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 14:54:58 +00:00

chore(deps): update dependency minio/minio to release.2024-10-02t17-50-41z

This commit is contained in:
Renovate Bot
2024-10-03 18:03:52 +00:00
committed by Girish Ramakrishnan
parent ef398fbdeb
commit fd48a26065

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# renovate: datasource=github-releases packageName=minio/minio extractVersion=^(?<version>.+)$ versioning=regex:^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})T(?<build>.+)
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