Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent ad0d29c commit e6b2605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit e6b2605

Please sign in to comment.