diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ee30d00..2c75ba3 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