chore(deps): update dependency minio/minio to release.2024-10-13t13-34-11z

This commit is contained in:
Renovate Bot 2024-10-15 20:47:50 +00:00
parent 8bfac72b10
commit 38d81367d3
2 changed files with 11 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.15.0",
"upstreamVersion": "RELEASE.2024-10-02T17-50-41Z",
"upstreamVersion": "RELEASE.2024-10-13T13-34-11Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 2147483648,
"httpPort": 8000,
@ -20,7 +20,9 @@
},
"addons": {
"localstorage": {},
"oidc": { "loginRedirectUri": "/oauth_callback" }
"oidc": {
"loginRedirectUri": "/oauth_callback"
}
},
"optionalSso": true,
"manifestVersion": 2,
@ -30,7 +32,12 @@
"documentationUrl": "https://docs.cloudron.io/apps/minio/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [ "storage", "hosting", "s3", "objectstore" ],
"tags": [
"storage",
"hosting",
"s3",
"objectstore"
],
"mediaLinks": [
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic1.png",
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic2.png"

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.2024-10-02T17-50-41Z
ARG MINIO_VERSION=RELEASE.2024-10-13T13-34-11Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio