diff --git a/admin/Dockerfile b/admin/Dockerfile index 8194d635..f3b5854b 100644 --- a/admin/Dockerfile +++ b/admin/Dockerfile @@ -17,7 +17,7 @@ RUN cd libs && npm ci && cd .. && \ # Deploy container -FROM caddy:2.8.4-alpine +FROM caddy:2.9.1-alpine # Copy over Caddyfile and static content ARG build_dir diff --git a/api/Dockerfile b/api/Dockerfile index e7dc1848..7640780a 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # RedHat UBI 8 with nodejs 20 -FROM registry.access.redhat.com/ubi8/nodejs-20:1-71.1735831626 AS builder +FROM registry.access.redhat.com/ubi8/nodejs-20:1-72 AS builder # Install packages, build and keep only prod packages WORKDIR /app @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \ # Deployment container -FROM registry.access.redhat.com/ubi8/ubi:8.10-1161 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1184 # Node packages and dependencies COPY --from=builder /usr/bin/node /usr/bin/ diff --git a/libs/package-lock.json b/libs/package-lock.json index 8d685afe..bf3ade95 100644 --- a/libs/package-lock.json +++ b/libs/package-lock.json @@ -26,7 +26,7 @@ "jest-sonar-reporter": "^2.0.0", "ts-jest": "^29.1.0", "ts-node": "~9.1.1", - "typescript": "~5.1.6" + "typescript": "~5.7.0" } }, "node_modules/@ampproject/remapping": { @@ -3899,9 +3899,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/libs/package.json b/libs/package.json index 122b85d1..8e7757b9 100644 --- a/libs/package.json +++ b/libs/package.json @@ -26,7 +26,7 @@ "jest-sonar-reporter": "^2.0.0", "ts-jest": "^29.1.0", "ts-node": "~9.1.1", - "typescript": "~5.1.6" + "typescript": "~5.7.0" }, "jest": { "moduleFileExtensions": [ diff --git a/public/Dockerfile b/public/Dockerfile index 242cac13..58c95067 100644 --- a/public/Dockerfile +++ b/public/Dockerfile @@ -16,7 +16,7 @@ RUN cd libs && npm ci && cd .. && \ # Deploy container -FROM caddy:2.8.4-alpine +FROM caddy:2.9.1-alpine # Copy over Caddyfile and static content ARG build_dir