diff --git a/frontend/Dockerfile b/frontend/Dockerfile index a352f842..59f88544 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, "build-stage", based on Node + pnpm, to build and compile the frontend -FROM node:22-slim AS build-stage +FROM node:26-slim AS build-stage RUN corepack enable WORKDIR /app