Commit dff9533
fix(docker): track stable Rust in the builder stage (#72)
The pinned rust:1.83 predates edition2024 dependencies (clap_derive 4.6
fails to parse), breaking the image publish workflow. Track rust:1-bookworm
(latest stable), matching CI's dtolnay/rust-toolchain@stable.
Signed-off-by: Val Alexander <bunsthedev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 12be5b6 commit dff9533
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments