Skip to content

Commit 76851da

Browse files
waleedlatif1claude
andcommitted
chore(docker): pin turbo to 2.9.6 in pruner stage
Match the version locked in package.json so pruner output is reproducible across builds. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8bdff4d commit 76851da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/app.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1717
FROM base AS pruner
1818
WORKDIR /app
1919

20-
RUN bun install -g turbo
20+
RUN bun install -g turbo@2.9.6
2121

2222
COPY . .
2323

0 commit comments

Comments
 (0)