Skip to content

Commit 3fb1c42

Browse files
chore(deps): update node.js to v24
1 parent 34640e4 commit 3fb1c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:24.11.1-slim
2020
fi
2121

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

ui/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-slim
1+
FROM node:24-slim
22
WORKDIR /app
33
ENV NODE_OPTIONS=--openssl-legacy-provider
44
EXPOSE 8080

0 commit comments

Comments
 (0)