Skip to content

Commit e4c7ec2

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

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
@@ -59,7 +59,7 @@ container=$(buildah from scratch)
5959
# Reuse existing nodebuilder-nethsecurity-controller container, to speed up builds
6060
if ! buildah containers --format "{{.ContainerName}}" | grep -q nodebuilder-nethsecurity-controller; then
6161
echo "Pulling NodeJS runtime..."
62-
buildah from --name nodebuilder-nethsecurity-controller -v "${PWD}:/usr/src:Z" docker.io/library/node:22.16.0-slim
62+
buildah from --name nodebuilder-nethsecurity-controller -v "${PWD}:/usr/src:Z" docker.io/library/node:24.11.1-slim
6363
fi
6464

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

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)