mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-25 14:37:41 +00:00
chore(deps): update dependency minio/minio to release.2025-01-20t14-49-07z
| datasource | package | from | to | | --------------- | ----------- | ---------------------------- | ---------------------------- | | github-releases | minio/minio | RELEASE.2025-01-18T00-31-37Z | RELEASE.2025-01-20T14-49-07Z |
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "4.0.0",
|
||||
"upstreamVersion": "RELEASE.2025-01-18T00-31-37Z",
|
||||
"upstreamVersion": "RELEASE.2025-01-20T14-49-07Z",
|
||||
"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-01-18T00-31-37Z
|
||||
ARG MINIO_VERSION=RELEASE.2025-01-20T14-49-07Z
|
||||
|
||||
RUN wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${MINIO_VERSION} -O /app/code/minio && chmod +x /app/code/minio
|
||||
|
||||
|
10
test/package-lock.json
generated
10
test/package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"chromedriver": "^132.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.0.1",
|
||||
"selenium-webdriver": "^4.27.0",
|
||||
"selenium-webdriver": "^4.28.1",
|
||||
"superagent": "^10.1.1"
|
||||
}
|
||||
},
|
||||
@@ -1708,9 +1708,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/selenium-webdriver": {
|
||||
"version": "4.27.0",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz",
|
||||
"integrity": "sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==",
|
||||
"version": "4.28.1",
|
||||
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.28.1.tgz",
|
||||
"integrity": "sha512-TwbTpu/NUQkorBODGAkGowJ8sar63bvqi66/tjqhS05rBl34HkVp8DoRg1cOv2iSnNonVSbkxazS3wjbc+NRtg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
@@ -1729,7 +1729,7 @@
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14.21.0"
|
||||
"node": ">= 18.20.5"
|
||||
}
|
||||
},
|
||||
"node_modules/serialize-javascript": {
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"chromedriver": "^132.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^11.0.1",
|
||||
"selenium-webdriver": "^4.27.0",
|
||||
"selenium-webdriver": "^4.28.1",
|
||||
"superagent": "^10.1.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user