diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9723a26..3323fc1 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:24-alpine AS build +FROM node:26-alpine AS build WORKDIR /app # Copy package files