mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Update python/cpython to v3.12.0 (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
4bc45a0089
commit
768f5a63fa
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@ FROM ${BUILD_FROM}
|
|||
# Environment variables
|
||||
ENV \
|
||||
PATH="/usr/local/bin:$PATH" \
|
||||
GPG_KEY="A035C8C19219BA821ECEA86B64E628F8D684696D"
|
||||
GPG_KEY="7169605F62C751356D054A26A821E680E5FA6305"
|
||||
|
||||
# Set shell
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install base system
|
||||
ARG PYTHON_VERSION="v3.11.5"
|
||||
ARG PYTHON_VERSION="v3.12.0"
|
||||
ARG PYTHON_PIP_VERSION="23.2.1"
|
||||
ARG PYTHON_SETUPTOOLS_VERSION="68.2.2"
|
||||
# hadolint ignore=DL3003,DL4006,SC2155
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue