Update node version used in web's Dockerfile

ps/pm-xxxx/bump-node-to-v24
Daniel James Smith 2 months ago
parent 1cea8f1cbb
commit 41aa29b205
No known key found for this signature in database
GPG Key ID: DA2E2EC600E1289B

@ -1,7 +1,7 @@
###############################################
# Node.js build stage (alpine) #
###############################################
ARG NODE_VERSION=20
ARG NODE_VERSION=24
FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine AS node-build
WORKDIR /source

Loading…
Cancel
Save