diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 84af863..b7ebc44 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 docker.io/node:24 AS build-stage +FROM docker.io/node:26 AS build-stage WORKDIR /app diff --git a/frontend/Dockerfile.playwright b/frontend/Dockerfile.playwright index 7f3370a..280ebf3 100644 --- a/frontend/Dockerfile.playwright +++ b/frontend/Dockerfile.playwright @@ -1,4 +1,4 @@ -FROM node:24 +FROM node:26 WORKDIR /app