Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Docker base images used for both the build and runtime stages to a specific Python 3.12 patch release, improving version pinning consistency for container builds.
Changes:
- Bump build-stage base image from
python:3.12topython:3.12.13. - Bump runtime-stage base image from
python:3.12topython:3.12.13.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #561 +/- ##
=======================================
Coverage 53.34% 53.34%
=======================================
Files 69 69
Lines 5931 5931
=======================================
Hits 3164 3164
Misses 2767 2767 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Remove installation of curl from Dockerfile.
Remove installation of curl and git from Dockerfile.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Feature: Update python base image, crane image and python deps to reduce CVES. Specify linux as this repo cannot be uv installed on a mac.
Commits should be squashed for this small feature.
Hack to update uv lockfile on a mac
Upgrading to starlette 0.5.0 breaks tests?? No , CI is just down.