Skip to content

chore(deps): update pinned Debian package versions to latest - #371

Merged
bdossantos merged 1 commit into
masterfrom
copilot/update-pinned-debian-packages
Aug 30, 2026
Merged

chore(deps): update pinned Debian package versions to latest#371
bdossantos merged 1 commit into
masterfrom
copilot/update-pinned-debian-packages

Conversation

Copilot AI commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps outdated pinned apt package versions across Dockerfiles to their latest available in bookworm and trixie.

Changes

  • bookworm (dnscrypt-proxy, pingdom-exporter, pint):

    • ca-certificates: 20230311+deb12u120250419~deb12u1
    • dnsutils: 1:9.18.49-1~deb12u11:9.18.49-1~deb12u2
  • trixie (thumbor, tor):

    • libssl-dev / openssl: 3.5.6-1~deb13u23.5.7-1~deb13u2
    • libtiff5-dev: 4.7.0-3+deb13u24.7.0-3+deb13u3
    • tor/Dockerfile updated in both build and run stages

All other pinned packages were already at their latest available versions. Versions verified via apt-cache show against the official debian:12-slim and debian:13-slim images.

- ca-certificates (bookworm): 20230311+deb12u1 → 20250419~deb12u1
- dnsutils (bookworm): 1:9.18.49-1~deb12u1 → 1:9.18.49-1~deb12u2
- libssl-dev (trixie): 3.5.6-1~deb13u2 → 3.5.7-1~deb13u2
- openssl (trixie): 3.5.6-1~deb13u2 → 3.5.7-1~deb13u2
- libtiff5-dev (trixie): 4.7.0-3+deb13u2 → 4.7.0-3+deb13u3

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
@bdossantos
bdossantos marked this pull request as ready for review August 30, 2026 12:14
Copilot AI lite review requested due to automatic review settings August 30, 2026 12:14
@bdossantos
bdossantos merged commit 9e34522 into master Aug 30, 2026
@bdossantos
bdossantos deleted the copilot/update-pinned-debian-packages branch August 30, 2026 12:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The changes are limited to package-version pin bumps and appear consistent with the stated goal of keeping Debian package pins current.

Pull request overview

This PR updates pinned Debian apt package versions in several Dockerfiles to the latest available releases for Debian 12 (bookworm) and Debian 13 (trixie), keeping images reproducible while picking up security/maintenance updates.

Changes:

  • Bump ca-certificates pins in bookworm-based images and dnsutils in dnscrypt-proxy.
  • Bump openssl/libssl-dev pins in trixie-based images (tor, thumbor).
  • Bump libtiff5-dev pin in thumbor (trixie).
File summaries
File Description
dockerfiles/tor/Dockerfile Updates openssl/libssl-dev pins in both build and runtime stages for Debian 13.
dockerfiles/thumbor/Dockerfile Updates libssl-dev and libtiff5-dev pins for Debian 13 build dependencies.
dockerfiles/pint/Dockerfile Updates bookworm ca-certificates pin.
dockerfiles/pingdom-exporter/Dockerfile Updates bookworm ca-certificates pin.
dockerfiles/dnscrypt-proxy/Dockerfile Updates bookworm ca-certificates and dnsutils pins.
Review details
  • Files reviewed: 5/5 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

libtorsocks=2.5.0-1+deb13u1 \
libssl-dev=3.5.6-1~deb13u2 \
openssl=3.5.6-1~deb13u2 \
libssl-dev=3.5.7-1~deb13u2 \
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.

3 participants