We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b809d4d commit 066e40eCopy full SHA for 066e40e
build-images.sh
@@ -21,7 +21,7 @@ container=$(buildah from scratch)
21
# Reuse existing nodebuilder-roundcubemail container, to speed up builds
22
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-roundcubemail; then
23
echo "Pulling NodeJS runtime..."
24
- buildah from --name nodebuilder-roundcubemail -v "${PWD}:/usr/src:Z" docker.io/library/node:18-slim
+ buildah from --name nodebuilder-roundcubemail -v "${PWD}:/usr/src:Z" docker.io/library/node:24-slim
25
fi
26
27
echo "Build static UI files with node..."
0 commit comments