fix: build errors

This commit is contained in:
trafficlunar 2026-05-13 13:55:55 +01:00
parent c06a92b768
commit 1b6024f1e1
3 changed files with 14 additions and 1 deletions

View file

@ -3,7 +3,7 @@ FROM node:23-alpine AS base
WORKDIR /app
RUN apk add --no-cache libc6-compat
RUN corepack enable && corepack prepare pnpm@latest --activate
RUN corepack enable && corepack prepare pnpm@11.1.1 --activate
FROM base AS deps
WORKDIR /app