Skip to content

Commit 67e6595

Browse files
chore(deps): update node.js to v22.21.1
1 parent 34640e4 commit 67e6595

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
@@ -16,7 +16,7 @@ container=$(buildah from scratch)
1616
# Reuse existing nodebuilder-mail container, to speed up builds
1717
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-mail; then
1818
echo "Pulling NodeJS runtime..."
19-
buildah from --name nodebuilder-mail -v "${PWD}:/usr/src:Z" docker.io/library/node:22.16.0-slim
19+
buildah from --name nodebuilder-mail -v "${PWD}:/usr/src:Z" docker.io/library/node:22.21.1-slim
2020
fi
2121

2222
if [[ -n "${SKIP_UI_BUILD}" ]]; then

0 commit comments

Comments
 (0)