From c7d10ceccd905b0bbdca95c72bb3e577e9e4bfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:35:34 +0000 Subject: [PATCH] chore(deps): update node.js to v22.14.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 57b6be49..438a7b57 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:22.13.1-slim + buildah from --name nodebuilder-samba -v "${PWD}:/usr/src:Z" docker.io/library/node:22.14.0-slim fi echo "Downloading user manager ${user_manager_version} UI..."