Commit a0ed884
Fix Dockerfile: use named stage for uv version pinning
COPY --from does not support ARG expansion, so use a separate FROM
stage to reference the pinned uv image.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fa0f6db commit a0ed884
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments