diff --git a/Dockerfile b/Dockerfile index 60f6868..0fec628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23-alpine +FROM node:24-alpine RUN npm install -g pnpm