Skip to content

Commit

Permalink
⬆️ Update python/cpython to v3.12.0 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Oct 14, 2023
1 parent 4bc45a0 commit 768f5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 768f5a6

Please sign in to comment.