fix: upgrade turbo version (#8259)

This commit is contained in:
sriram veeraghanta 2025-12-08 15:46:23 +05:30 committed by GitHub
parent b359849606
commit 85daa1572c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 148 additions and 159 deletions

View file

@ -13,7 +13,7 @@ RUN corepack enable pnpm
FROM base AS builder
RUN pnpm add -g turbo@2.6.1
RUN pnpm add -g turbo@2.6.3
COPY . .