We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d908b5d commit 32dbe51Copy full SHA for 32dbe51
build-images.sh
@@ -16,7 +16,7 @@ container=$(buildah from scratch)
16
# Reuse existing nodebuilder-prometheus container, to speed up builds
17
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-prometheus; then
18
echo "Pulling NodeJS runtime..."
19
- buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:24.11.1-alpine
+ buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:24.13.0-alpine
20
fi
21
22
echo "Build static UI files with node..."
0 commit comments