From d355707f5227e6045d3f324d9b204d69ac4c17e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:33:32 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f668571..db0eec1 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.2-alpine ARG NGINX_VERSION=1.29.1-alpine # Use a lightweight Node.js image for building (customizable via ARG)