1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-15 17:39:12 +00:00

chore(deps): update dependency minio/minio to release.2025-02-07t23-21-09z

| datasource      | package     | from                         | to                           |
| --------------- | ----------- | ---------------------------- | ---------------------------- |
| github-releases | minio/minio | RELEASE.2025-02-03T21-03-04Z | RELEASE.2025-02-07T23-21-09Z |
This commit is contained in:
Renovate Bot
2025-02-09 00:19:31 +00:00
parent 819c9b1211
commit 2ef9e56703
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.1.0", "version": "4.1.0",
"upstreamVersion": "RELEASE.2025-02-03T21-03-04Z", "upstreamVersion": "RELEASE.2025-02-07T23-21-09Z",
"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-02-03T21-03-04Z ARG MINIO_VERSION=RELEASE.2025-02-07T23-21-09Z
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

@@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^132.0.2", "chromedriver": "^133.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.28.1", "selenium-webdriver": "^4.28.1",
@@ -337,9 +337,9 @@
} }
}, },
"node_modules/chromedriver": { "node_modules/chromedriver": {
"version": "132.0.2", "version": "133.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-132.0.2.tgz", "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-133.0.0.tgz",
"integrity": "sha512-aywIWYggkAwdFN5zkyYHXUyUBJt2hFMweS3XU0XINIdfOG386z+sqAlExB4P1A10cSz+SO5gxcCgxd8UJNBvgg==", "integrity": "sha512-7arRrtD9WGSlemMLE4IOoD42OSKKyOtQP/Z0x/WB5jYSaCzcI95j67EK0wQ2w1y5IjSJnYvnmXOJM6Nla4OG2w==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@@ -9,7 +9,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^132.0.2", "chromedriver": "^133.0.0",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"selenium-webdriver": "^4.28.1", "selenium-webdriver": "^4.28.1",