Skip to content

Commit b09ed83

Browse files
chore(deps): update node.js to v18.20.8 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9895fef commit b09ed83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ container=$(buildah from scratch)
1616
# Reuse existing nodebuilder-prometheus container, to speed up builds
1717
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-prometheus; then
1818
echo "Pulling NodeJS runtime..."
19-
buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.7-alpine
19+
buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.8-alpine
2020
fi
2121

2222
echo "Build static UI files with node..."

0 commit comments

Comments
 (0)