From 41aa29b2059f9959810b6f80212f28b34fa626ce Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Wed, 18 Feb 2026 10:04:04 +0100 Subject: [PATCH] Update node version used in web's Dockerfile --- apps/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 27036e16240..1ef8a69ff01 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -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