From d6ea346c3df4fb295ce8f366658114d5a5afb764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:10:20 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.5 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."