diff --git a/Dockerfile b/Dockerfile index 87efb90..58ca57b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24 AS builder +FROM node:25 AS builder COPY . /src WORKDIR /src