1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-26 15:07:24 +00:00

chore(deps): update dependency minio/minio to release.2025-04-22t22-12-26z

| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-04-08T15-41-24Z | RELEASE.2025-04-22T22-12-26Z |
This commit is contained in:
Renovate Bot
2025-04-22 23:19:40 +00:00
parent dcd3063a72
commit 2d9ad57e0b
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "4.4.1",
"upstreamVersion": "RELEASE.2025-04-08T15-41-24Z",
"upstreamVersion": "RELEASE.2025-04-22T22-12-26Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 2147483648,
"httpPort": 8000,

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-04-08T15-41-24Z
ARG MINIO_VERSION=RELEASE.2025-04-22T22-12-26Z
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

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^135.0.0",
"chromedriver": "^135.0.2",
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"selenium-webdriver": "^4.31.0",
@@ -337,9 +337,9 @@
}
},
"node_modules/chromedriver": {
"version": "135.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-135.0.0.tgz",
"integrity": "sha512-ilE3cIrIieiRU/a6MNpt0CL0UZs2tu0lQAes+el5SV03MB1zYIEXy+dDeueid/g8AmT1loy7TB2fjWwcHLY8lg==",
"version": "135.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-135.0.2.tgz",
"integrity": "sha512-/X3VecpIhFFRW/TazgsA/S9RVIcBaMJ6zkZ8Gf8PGn4prB1A/S0JFdgxALjXnbqyjxCi45JUl+5q4rVY65pvQA==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^135.0.0",
"chromedriver": "^135.0.2",
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"selenium-webdriver": "^4.31.0",