Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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>
  • Loading branch information
waleedlatif1 and claude committed Apr 28, 2026
commit 76851da3050896a8706726f9ada3968d23e9a6d3
2 changes: 1 addition & 1 deletion docker/app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
FROM base AS pruner
WORKDIR /app

RUN bun install -g turbo
RUN bun install -g turbo@2.9.6

COPY . .

Expand Down
Loading