Skip to content

ci(docker): bump pinned rustc to rust:1-bookworm#127

Merged
lai3d merged 1 commit into
mainfrom
claude/dockerfile-rust-bump
Jun 14, 2026
Merged

ci(docker): bump pinned rustc to rust:1-bookworm#127
lai3d merged 1 commit into
mainfrom
claude/dockerfile-rust-bump

Conversation

@lai3d

@lai3d lai3d commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

One-line fix: the Dockerfile pinned rust:1.88-bookworm, but ruint@1.18.0 (and other deps on current main) now require rustc ≥ 1.90, so the release image build fails at cargo chef cook. CI passes because it uses dtolnay/rust-toolchain@stable + rust-toolchain.toml (channel stable), so the gap only shows up in the Docker build.

Tracking the latest 1.x stable (rust:1-bookworm) matches CI's @stable intent and prevents future MSRV bumps from breaking deploys.

This was already applied on staging (commit there) to unblock the deploy image build; this PR brings main in line so the next mainstaging promote doesn't reintroduce the 1.88 pin.

🤖 Generated with Claude Code

The pinned rust:1.88 fails the release image build — ruint@1.18.0 (and other
deps on current main) require rustc >= 1.90. CI uses dtolnay@stable /
rust-toolchain.toml channel=stable, so this only surfaced in the Docker build.
Track the latest 1.x stable like CI does so MSRV bumps don't break deploys.

Already applied on `staging` to unblock the deploy build; this brings `main`
in line so the next main→staging promote doesn't reintroduce the pin.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@lai3d lai3d merged commit 2ed8fef into main Jun 14, 2026
4 checks passed
@lai3d lai3d deleted the claude/dockerfile-rust-bump branch June 14, 2026 16:53
lai3d added a commit that referenced this pull request Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant