deps: bump Python to 3.12.10 (#5517)

# What this PR does

Addressing some outstanding linux system dep CVEs
This commit is contained in:
Joey Orlando 2025-04-17 14:44:58 -04:00 committed by GitHub
parent 51689f4f8d
commit 656be9ab4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ runs:
id: setup-python
uses: actions/setup-python@v5.1.0
with:
python-version: "3.12.3"
python-version: "3.12.10"
cache: "pip"
cache-dependency-path: ${{ inputs.python-requirements-paths }}
- name: Install Python dependencies

View file

@ -1,4 +1,4 @@
FROM python:3.12.6-alpine3.20 AS base
FROM python:3.12.10-alpine3.21 AS base
ARG TARGETPLATFORM
# Create a group and user to run an app

View file

@ -1,4 +1,4 @@
FROM python:3.12.3-alpine3.18
FROM python:3.12.10-alpine3.21
ENV PYTHONUNBUFFERED=1
WORKDIR /app