Skip to content

Commit 066e40e

Browse files
chore(deps): update node.js to v24 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b809d4d commit 066e40e

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
@@ -21,7 +21,7 @@ container=$(buildah from scratch)
2121
# Reuse existing nodebuilder-roundcubemail container, to speed up builds
2222
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-roundcubemail; then
2323
echo "Pulling NodeJS runtime..."
24-
buildah from --name nodebuilder-roundcubemail -v "${PWD}:/usr/src:Z" docker.io/library/node:18-slim
24+
buildah from --name nodebuilder-roundcubemail -v "${PWD}:/usr/src:Z" docker.io/library/node:24-slim
2525
fi
2626

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

0 commit comments

Comments
 (0)