From 7c8370e0aa4e7dbe26d22d6e10feffbdcb266eb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:09:57 +0000 Subject: [PATCH] chore(deps): update node.js to v18.20.6 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 8955427..a304dad 100644 --- a/build-images.sh +++ b/build-images.sh @@ -16,7 +16,7 @@ container=$(buildah from scratch) # Reuse existing nodebuilder-prometheus container, to speed up builds if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-prometheus; then echo "Pulling NodeJS runtime..." - buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.5-alpine + buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.6-alpine fi echo "Build static UI files with node..."