From 13291409af4347f64a498158210e57b08ccfea8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:02:04 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.1 --- docker-compose-lampy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-lampy.yml b/docker-compose-lampy.yml index c9407223..df8e9ec8 100644 --- a/docker-compose-lampy.yml +++ b/docker-compose-lampy.yml @@ -3,7 +3,7 @@ networks: external: true services: www: - image: node:22.20.0 + image: node:22.22.1 working_dir: /app command: > sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --port 80 --allowed-hosts=true --poll=2000"