From 27b9851b78fe8db74af870b6c4192e1b186060ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:05:18 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f668571..dc79b69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ========================================= # Stage 1: Build the Angular Application # ========================================= -ARG NODE_VERSION=22.14.0-alpine +ARG NODE_VERSION=22.22.0-alpine ARG NGINX_VERSION=1.29.1-alpine # Use a lightweight Node.js image for building (customizable via ARG)