File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ container=$(buildah from scratch)
5959# Reuse existing nodebuilder-nethsecurity-controller container, to speed up builds
6060if ! 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
6363fi
6464
6565echo " Build static UI files with node..."
Original file line number Diff line number Diff line change 1- FROM node:18 -slim
1+ FROM node:24 -slim
22WORKDIR /app
33ENV NODE_OPTIONS=--openssl-legacy-provider
44EXPOSE 8080
You can’t perform that action at this time.
0 commit comments