build(docker): bump rust base image to 1.97.1#6347
Merged
Conversation
bug-ops
enabled auto-merge (squash)
July 17, 2026 00:58
Rust 1.97.1-slim replaces 1.96-slim as the Dockerfile.dev builder base, aligned with the workspace's declared rust-version = "1.97" MSRV. Digest re-pinned for the new tag.
bug-ops
force-pushed
the
chore/docker-rust-1971-base-image
branch
from
July 17, 2026 00:59
6ea9818 to
1fb87f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker/Dockerfile.devbuilder base image fromrust:1.96-slimtorust:1.97.1-slim, re-pinned to the resolved digest for the new tag.rust-version = "1.97"MSRV inCargo.toml.docker/Dockerfileis unaffected — it copies a prebuilt binary ontodistroless/static-debian12rather than building from arust:*image.Test plan
docker pull rust:1.97.1-slim+docker inspect, cross-checked (not guessed/reused from old tag)docker/*.ymland.github/workflows/*.ymlfor other hardcoded Rust version references — none founddocker build -f docker/Dockerfile.dev --target builder .— toolchain resolved to1.97.1, full workspace compiled successfully (final release-binary LTO link step hit a local Docker Desktop VM memory limit, unrelated to the version bump)