1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 14:07:37 +00:00

chore(deps): update dependency minio/minio to release.2025-02-03t21-03-04z

| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-01-20T14-49-07Z | RELEASE.2025-02-03T21-03-04Z |
This commit is contained in:
Renovate Bot
2025-02-04 14:29:17 +00:00
parent fd01bf3109
commit 2c400adc2a
4 changed files with 32 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# renovate: datasource=github-releases depName=minio/minio versioning=regex:^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})T(?<build>.+)
ARG MINIO_VERSION=RELEASE.2025-01-20T14-49-07Z
ARG MINIO_VERSION=RELEASE.2025-02-03T21-03-04Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio