From 7821c586efd3f766957d28d22dc6f91f268d4b16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:55:45 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 6240745e..82603b52 100644 --- a/build-images.sh +++ b/build-images.sh @@ -66,7 +66,7 @@ reponame="samba" # Reuse existing nodebuilder-samba container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-samba; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-samba -v "${PWD}:/usr/src:Z" docker.io/library/node:21.3.0-slim + buildah from --name nodebuilder-samba -v "${PWD}:/usr/src:Z" docker.io/library/node:22.11.0-slim fi echo "Downloading user manager ${user_manager_version} UI..."