diff --git a/Dockerfile b/Dockerfile index 71d507a..51d84e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Build stage ---- -FROM node:24-alpine AS build +FROM node:22-alpine AS build WORKDIR /app COPY . .