mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 04:27:33 +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:
@@ -6,7 +6,7 @@
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "4.4.0",
|
||||
"upstreamVersion": "RELEASE.2025-04-03T14-56-28Z",
|
||||
"upstreamVersion": "RELEASE.2025-04-08T15-41-24Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
@@ -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-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
|
||||
|
||||
|
8
test/package-lock.json
generated
8
test/package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"chromedriver": "^135.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.1.0",
|
||||
"selenium-webdriver": "^4.30.0",
|
||||
"selenium-webdriver": "^4.31.0",
|
||||
"superagent": "^10.2.0"
|
||||
}
|
||||
},
|
||||
@@ -1711,9 +1711,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/selenium-webdriver": {
|
||||
"version": "4.30.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.30.0.tgz",
|
||||
"integrity": "sha512-3DGtQI/xyAg05SrqzzpFaXRWYL+Kku3fsikCoBaxApKzhBMUX5UiHdPb2je2qKMf2PjJiEFaj0L5xELHYRbYMA==",
|
||||
"version": "4.31.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.31.0.tgz",
|
||||
"integrity": "sha512-0MWEwypM0+c1NnZ87UEMxZdwphKoaK2UJ2qXzKWrJiM0gazFjgNVimxlHTOO90G2cOhphZqwpqSCJy62NTEzyA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"chromedriver": "^135.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.1.0",
|
||||
"selenium-webdriver": "^4.30.0",
|
||||
"selenium-webdriver": "^4.31.0",
|
||||
"superagent": "^10.2.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user