We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbb018 commit e28029fCopy full SHA for e28029f
1 file changed
build-images.sh
@@ -59,7 +59,7 @@ container=$(buildah from scratch)
59
# Reuse existing nodebuilder-nethsecurity-controller container, to speed up builds
60
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-nethsecurity-controller; then
61
echo "Pulling NodeJS runtime..."
62
- buildah from --name nodebuilder-nethsecurity-controller -v "${PWD}:/usr/src:Z" docker.io/library/node:24.11.1-slim
+ buildah from --name nodebuilder-nethsecurity-controller -v "${PWD}:/usr/src:Z" docker.io/library/node:24.13.1-slim
63
fi
64
65
echo "Build static UI files with node..."
0 commit comments