diff --git a/Dockerfile b/Dockerfile index c38bd9e..f680e32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine +FROM node:25-alpine WORKDIR /app COPY . /app