Skip to content

Commit

Permalink
Update Node.js to v18.20.5 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 59caa3f commit c16e03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ container=$(buildah from scratch)
# Reuse existing nodebuilder-grafana container, to speed up builds
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-grafana; then
echo "Pulling NodeJS runtime..."
buildah from --name nodebuilder-grafana -v "${PWD}:/usr/src:Z" docker.io/library/node:18.13.0-alpine
buildah from --name nodebuilder-grafana -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.5-alpine
fi

echo "Build static UI files with node..."
Expand Down

0 comments on commit c16e03d

Please sign in to comment.