diff --git a/build-images.sh b/build-images.sh index 88d8c44..6419d15 100644 --- a/build-images.sh +++ b/build-images.sh @@ -18,7 +18,7 @@ container=$(buildah from scratch) # Reuse existing nodebuilder-nextcloud container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-nextcloud; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-nextcloud -v "${PWD}:/usr/src:Z" docker.io/node:18.19.1-alpine + buildah from --name nodebuilder-nextcloud -v "${PWD}:/usr/src:Z" docker.io/node:18.20.5-alpine fi echo "Build static UI files with node..."