diff --git a/Dockerfile.frontend b/Dockerfile.frontend index cf3ae38..9c0d628 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -11,7 +11,7 @@ ARG COMMIT_SHA=unknown # --------------------------------------------------------------------------- # Build stage - Node.js # --------------------------------------------------------------------------- -FROM node:22-alpine AS builder +FROM node:26-alpine AS builder WORKDIR /app