Skip to content

chore(deps): bump rust from 1.90-slim-bookworm to 1.96-slim-bookworm in /docker#2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/rust-1.96-slim-bookworm
Closed

chore(deps): bump rust from 1.90-slim-bookworm to 1.96-slim-bookworm in /docker#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/rust-1.96-slim-bookworm

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps rust from 1.90-slim-bookworm to 1.96-slim-bookworm.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps rust from 1.90-slim-bookworm to 1.96-slim-bookworm.

---
updated-dependencies:
- dependency-name: rust
  dependency-version: 1.96-slim-bookworm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, docker. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The current changes are up to standards according to Codacy. However, there is a recurring inconsistency where documentation within the Dockerfiles has become stale following the base image update. While the implementation aligns with the goal of upgrading to a newer compiler environment, critical verification steps for binary compilation and runtime compatibility with the Bookworm environment have not yet been addressed.

About this PR

  • The practice of hardcoding specific version numbers within explanatory comments creates a recurring maintenance overhead and leads to documentation staleness. Consider generalizing these comments to describe the versioning strategy or glibc compatibility requirements without hardcoding specific version strings.

Test suggestions

  • Verify that the dpp-node binary compiles successfully using the updated Rust image.
  • Verify that the dpp-resolver binary compiles successfully using the updated Rust image.
  • Confirm that the binaries built in the builder-base stage are compatible with the debian:bookworm-slim runtime environment.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the dpp-node binary compiles successfully using the updated Rust image.
2. Verify that the dpp-resolver binary compiles successfully using the updated Rust image.
3. Confirm that the binaries built in the builder-base stage are compatible with the debian:bookworm-slim runtime environment.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback


# ── Build deps shared by both modes ─────────────────────────────────────────────
FROM rust:1.90-slim-bookworm AS builder-base
FROM rust:1.96-slim-bookworm AS builder-base

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Nitpick: The documentation at this line references an outdated version as an example of unpinned tags. This should be updated to reflect the current base image version to ensure clarity and avoid confusion regarding glibc compatibility requirements.

Comment thread docker/node.Dockerfile

# ── Build deps shared by both modes ─────────────────────────────────────────────
FROM rust:1.90-slim-bookworm AS builder-base
FROM rust:1.96-slim-bookworm AS builder-base

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Nitpick: The documentation at this line references an outdated version as an example of unpinned tags. This should be updated to reflect the current base image version to ensure clarity and avoid confusion regarding glibc compatibility requirements.

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

Superseded by #25.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/docker/docker/rust-1.96-slim-bookworm branch July 13, 2026 19:36
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.

0 participants