diff --git a/build-images.sh b/build-images.sh index 64d7e4d..3e14f5d 100755 --- a/build-images.sh +++ b/build-images.sh @@ -21,7 +21,7 @@ container=$(buildah from scratch) # Reuse existing nodebuilder-matrix container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-matrix; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-matrix -v "${PWD}:/usr/src:Z" docker.io/library/node:24.14.0-slim + buildah from --name nodebuilder-matrix -v "${PWD}:/usr/src:Z" docker.io/library/node:24.14.1-slim fi echo "Build static UI files with node..."