This commit is contained in:
Umar Adilov 2026-06-01 23:26:17 +05:00
parent f04aaca29e
commit fcca7e8329

View File

@ -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