From 5a24c0c9104ff7548dc60f1d6c364db5ae9bf5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:01:05 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index fc63c0c..024a35d 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.0-alpine fi echo "Build static UI files with node..."