diff --git a/Dockerfile b/Dockerfile index ac00ce70..c577068b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:25-alpine WORKDIR /app COPY . /app