From 660a481aa33d603c0d541738147f97bc74cdf09b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:44:38 +0000 Subject: [PATCH] chore(deps): update node.js to v20.19.5 --- 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 c95fa221..723154ea 100644 --- a/docker-compose-lampy.yml +++ b/docker-compose-lampy.yml @@ -4,7 +4,7 @@ networks: external: true services: www: - image: node:20.3.1 + image: node:20.19.5 working_dir: /app command: > sh -c "npm install -g @angular/cli && ng serve --host 0.0.0.0 --disable-host-check"