fix: upgrade turbo version (#8259)
This commit is contained in:
parent
b359849606
commit
85daa1572c
6 changed files with 148 additions and 159 deletions
|
|
@ -15,7 +15,7 @@ RUN apk update
|
|||
RUN apk add --no-cache libc6-compat
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
ARG TURBO_VERSION=2.6.1
|
||||
ARG TURBO_VERSION=2.6.3
|
||||
RUN corepack enable pnpm && pnpm add -g turbo@${TURBO_VERSION}
|
||||
COPY . .
|
||||
RUN turbo prune --scope=live --docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue