From fcbf2283aa7b24ff69aac2c5208891c5bb5b8daf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:30:07 +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 6402e6bb..27af1f17 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.12.0-slim fi echo "Downloading user manager ${user_manager_version} UI..."