⬆️ Update python/cpython to v3.12.1 (#210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-08 08:51:15 +01:00 committed by GitHub
parent ac03dbc7e5
commit ff662ae2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG PYTHON_VERSION="v3.12.0"
ARG PYTHON_VERSION="v3.12.1"
ARG PYTHON_PIP_VERSION="23.3.1"
ARG PYTHON_SETUPTOOLS_VERSION="69.0.2"
# hadolint ignore=DL3003,DL4006,SC2155