1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-25 06:27:51 +00:00

chore(deps): update dependency minio/minio to release.2025-02-28t09-55-16z

| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-18T16-25-55Z | RELEASE.2025-02-28T09-55-16Z |
This commit is contained in:
Renovate Bot
2025-03-01 00:19:30 +00:00
parent bc6a5cd7b4
commit e16ce9c9ad
4 changed files with 12 additions and 12 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-02-18T16-25-55Z
ARG MINIO_VERSION=RELEASE.2025-02-28T09-55-16Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio