chore: update runtime image to Debian 13#61
Conversation
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughA single-line Docker configuration update upgrades the runtime base image from Debian 12 to Debian 13 (both distroless variants). The multistage build structure and all other components remain unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage 99.81% 99.81%
=======================================
Files 15 15
Lines 2661 2661
=======================================
Hits 2656 2656
Misses 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request updates the base image used in the runtime stage of the
Dockerfileto a newer Debian version. This change ensures the application uses the latest security patches and system libraries.gcr.io/distroless/cc-debian12:nonroottogcr.io/distroless/cc-debian13:nonrootinDockerfile.