Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s container and CI build environments from Debian bookworm to trixie, aligning the build and runtime base images with the newer Debian release.
Changes:
- Switch Go builder stage base image from
golang:* -bookwormtogolang:* -trixiein theDockerfile. - Switch runtime base image from
debian:bookworm-slimtodebian:trixie-slim. - Update GitHub Actions release-binary build containers to use
golang:* -trixieinstead of-bookworm.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Dockerfile | Bumps builder and runtime Debian bases to trixie. |
| .github/workflows/build-release-binaries.yml | Uses trixie-based Go images when building release binaries in CI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
75cb407 to
c1eea65
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4475 +/- ##
==========================================
- Coverage 56.57% 56.56% -0.02%
==========================================
Files 245 245
Lines 32826 32826
==========================================
- Hits 18572 18568 -4
- Misses 11893 11898 +5
+ Partials 2361 2360 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Updated debian base image to the new "trixie".
category: feature
ticket: none