Commit 6ee7155
fix: add WORKDIR /build in builder stage to fix uv 0.11 cache error
uv 0.11 refuses to build if its cache dir (/root/.cache/uv) is inside
the build source directory. Without an explicit WORKDIR the builder stage
defaulted to /, making / the source root and triggering the new safety
check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018Zhp8eDqpSFxMru61fBKXK1 parent ed89065 commit 6ee7155
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments