From cd9a0f18b492b5860fc75ea9c09eb192a9df645f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:00:11 +0000 Subject: [PATCH] chore(deps): update node.js to v24.18.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 64c20d31..500acfff 100644 --- a/build-images.sh +++ b/build-images.sh @@ -16,7 +16,7 @@ container=$(buildah from scratch) # Reuse existing nodebuilder-mail container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-mail; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-mail -v "${PWD}:/usr/src:Z" docker.io/library/node:24.16.0-slim + buildah from --name nodebuilder-mail -v "${PWD}:/usr/src:Z" docker.io/library/node:24.18.0-slim fi if [[ -n "${SKIP_UI_BUILD}" ]]; then