1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-21 20:47:37 +00:00

chore(deps): update dependency minio/minio to release.2025-04-08t15-41-24z

| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-03T14-56-28Z | RELEASE.2025-04-08T15-41-24Z |
This commit is contained in:
Renovate Bot
2025-04-08 23:19:30 +00:00
parent 49ef4e7e7d
commit 597feab31e
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Distributed object storage", "tagline": "Distributed object storage",
"version": "4.4.0", "version": "4.4.0",
"upstreamVersion": "RELEASE.2025-04-03T14-56-28Z", "upstreamVersion": "RELEASE.2025-04-08T15-41-24Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 2147483648, "memoryLimit": 2147483648,
"httpPort": 8000, "httpPort": 8000,

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /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>.+) # 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-04-03T14-56-28Z ARG MINIO_VERSION=RELEASE.2025-04-08T15-41-24Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio

View File

@@ -12,7 +12,7 @@
"chromedriver": "^135.0.0", "chromedriver": "^135.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.30.0", "selenium-webdriver": "^4.31.0",
"superagent": "^10.2.0" "superagent": "^10.2.0"
} }
}, },
@@ -1711,9 +1711,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/selenium-webdriver": { "node_modules/selenium-webdriver": {
"version": "4.30.0", "version": "4.31.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.30.0.tgz", "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.31.0.tgz",
"integrity": "sha512-3DGtQI/xyAg05SrqzzpFaXRWYL+Kku3fsikCoBaxApKzhBMUX5UiHdPb2je2qKMf2PjJiEFaj0L5xELHYRbYMA==", "integrity": "sha512-0MWEwypM0+c1NnZ87UEMxZdwphKoaK2UJ2qXzKWrJiM0gazFjgNVimxlHTOO90G2cOhphZqwpqSCJy62NTEzyA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@@ -12,7 +12,7 @@
"chromedriver": "^135.0.0", "chromedriver": "^135.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.30.0", "selenium-webdriver": "^4.31.0",
"superagent": "^10.2.0" "superagent": "^10.2.0"
} }
} }