diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 8728c7b029..455f2f85cc 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:20 AS build-stage +FROM node:23 AS build-stage WORKDIR /app diff --git a/frontend/Dockerfile.playwright b/frontend/Dockerfile.playwright index e76ac15f65..de30c8ee13 100644 --- a/frontend/Dockerfile.playwright +++ b/frontend/Dockerfile.playwright @@ -1,4 +1,4 @@ -FROM node:20 +FROM node:23 WORKDIR /app