diff --git a/Dockerfile b/Dockerfile index b86a706..dc2826b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY . . # Build the application RUN pnpm build -FROM node:20-alpine AS runner +FROM node:22-alpine AS runner RUN corepack enable && corepack prepare pnpm@latest --activate