From 43ddba246940906f0bffbf79b79e6e672e9c4242 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:36:59 +0000 Subject: [PATCH] chore(deps): update node.js to v22.21.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..046eba43 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.21.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"