Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM python:3.7-slim
FROM python:3.14.3-slim
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

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

This bumps the base image from Python 3.7 to 3.14.3 in one step, which is a major runtime jump and can break dependency compatibility and/or downstream consumers of this ECR image. If the project doesn’t explicitly support 3.14 yet, consider upgrading to a known-supported Python version first (or doing incremental upgrades), and ensure CI builds/tests (or at least a docker build) run against the new base image before merging.

Copilot uses AI. Check for mistakes.
Loading