Skip to content

Commit 430410e

Browse files
Update Docker base images from Python v3.12.10 to v3.12.13
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
1 parent 009ba5a commit 430410e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.github_action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.10-slim AS base
1+
FROM python:3.12.13-slim AS base
22

33
RUN apt-get update && apt-get install --no-install-recommends -y git curl && apt-get clean && rm -rf /var/lib/apt/lists/*
44

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.10-slim AS base
1+
FROM python:3.12.13-slim AS base
22

33
RUN apt update && apt install --no-install-recommends -y git curl && apt-get clean && rm -rf /var/lib/apt/lists/*
44

0 commit comments

Comments
 (0)