Skip to content

Commit

Permalink
Update Node.js to v21.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 8a324ac commit b8461fb
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:21.7.2-slim
fi

echo "Downloading user manager ${user_manager_version} UI..."
Expand Down

0 comments on commit b8461fb

Please sign in to comment.