Update Docker base images from Python v3.12.10 to v3.12.13#2371
Update Docker base images from Python v3.12.10 to v3.12.13#2371PeterDaveHello wants to merge 1 commit intoThe-PR-Agent:mainfrom
Conversation
Use the current Python 3.12 security release for the container images while keeping them aligned with the runtime declared in pyproject.toml. References: - https://www.python.org/downloads/release/python-31213/ - https://hub.docker.com/_/python/tags?name=3.12.13-slim
Review Summary by QodoUpdate Docker base images from Python v3.12.10 to v3.12.13
WalkthroughsDescription• Update Python base image to v3.12.13 in both Dockerfiles • Includes latest security patches for Python 3.12 • Maintains alignment with pyproject.toml runtime declaration Diagramflowchart LR
old["Python 3.12.10-slim"]
new["Python 3.12.13-slim"]
dockerfiles["Dockerfile.github_action<br/>docker/Dockerfile"]
old -- "security update" --> new
new -- "applied to" --> dockerfiles
File Changes1. Dockerfile.github_action
|
Code Review by Qodo
1. Lambda version drift
|
|
Preparing PR description... |
13 similar comments
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
|
Preparing PR description... |
Use the current Python 3.12 security release for the container images while keeping them aligned with the runtime declared in
pyproject.toml.References:
GitHub Copilot PR Summary