Skip to content

Commit

Permalink
chore(deps): update node.js to v22.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent d6b7e81 commit c7d10ce
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: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..."
Expand Down

0 comments on commit c7d10ce

Please sign in to comment.