diff --git a/api/Dockerfile b/api/Dockerfile index 62a338fb8..720893792 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # RedHat UBI 8 with nodejs 16 -FROM registry.access.redhat.com/ubi8/nodejs-18:1-86 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-18:1-81 AS builder # Install packages, build and keep only prod packages WORKDIR /app diff --git a/api/package-lock.json b/api/package-lock.json index 7be735845..b758bdbc9 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -30,7 +30,7 @@ "jsonwebtoken": "^9.0.0", "jwks-rsa": "3.1.0", "lodash": "^4.17.21", - "minio": "7.1.3", + "minio": "^7.1.1", "nestjs-pino": "^3.1.3", "node-cache": "^5.1.2", "pg": "^8.10.0", @@ -8178,9 +8178,9 @@ } }, "node_modules/minio": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/minio/-/minio-7.1.3.tgz", - "integrity": "sha512-xPrLjWkTT5E7H7VnzOjF//xBp9I40jYB4aWhb2xTFopXXfw+Wo82DDWngdUju7Doy3Wk7R8C4LAgwhLHHnf0wA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/minio/-/minio-7.1.1.tgz", + "integrity": "sha512-HBLRFXs1CkNwAkahU+j1ilB9YS/Tmkdc6orpxVW1YN11NlEJyLjarIpBYu/inF+dj+tJIsA8PSKNnRmUNm+9qQ==", "dependencies": { "async": "^3.2.4", "block-stream2": "^2.1.0", diff --git a/api/package.json b/api/package.json index 08bdd7bad..94118b48b 100644 --- a/api/package.json +++ b/api/package.json @@ -44,7 +44,7 @@ "jsonwebtoken": "^9.0.0", "jwks-rsa": "3.1.0", "lodash": "^4.17.21", - "minio": "7.1.3", + "minio": "7.1.1", "nestjs-pino": "^3.1.3", "node-cache": "^5.1.2", "pg": "^8.10.0",