From fbdb8823f08c4276e7519fc7d618346d5094bbe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:12:01 +0000 Subject: [PATCH] chore(deps): update node.js to v24.15.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 3e14f5d..fa6a2b4 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.1-slim + buildah from --name nodebuilder-matrix -v "${PWD}:/usr/src:Z" docker.io/library/node:24.15.0-slim fi echo "Build static UI files with node..."