Commit 3fc1322
committed
fix: remove unnecessary UV build args from dev layer build
The dev layer builds FROM the base image which already has UV_INDEX_URL
set as an ENV var. The uv pip install commands in the dev layer inherit
that env var automatically, so passing --build-arg is redundant.1 parent 73a18be commit 3fc1322
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
| |||
0 commit comments