We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9895fef commit b09ed83Copy full SHA for b09ed83
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:18.20.7-alpine
+ buildah from --name nodebuilder-prometheus -v "${PWD}:/usr/src:Z" docker.io/library/node:18.20.8-alpine
20
fi
21
22
echo "Build static UI files with node..."
0 commit comments