diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ee30d000f3..2c75ba3f3b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, "build-stage", based on Node.js, to build and compile the frontend -FROM node:24 AS build-stage +FROM node:25 AS build-stage WORKDIR /app diff --git a/frontend/Dockerfile.playwright b/frontend/Dockerfile.playwright index 4498c373bd..64937d10d8 100644 --- a/frontend/Dockerfile.playwright +++ b/frontend/Dockerfile.playwright @@ -1,4 +1,4 @@ -FROM node:24 +FROM node:25 WORKDIR /app