From e2a87e3b0f964c20efe699461783ec2e3d8196b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:28:33 +0000 Subject: [PATCH] chore(deps): update node.js to v24.14.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 64d7e4d..3e14f5d 100755 --- a/build-images.sh +++ b/build-images.sh @@ -21,7 +21,7 @@ container=$(buildah from scratch) # Reuse existing nodebuilder-matrix container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-matrix; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-matrix -v "${PWD}:/usr/src:Z" docker.io/library/node:24.14.0-slim + buildah from --name nodebuilder-matrix -v "${PWD}:/usr/src:Z" docker.io/library/node:24.14.1-slim fi echo "Build static UI files with node..."