diff --git a/chunks/lang-python/Dockerfile b/chunks/lang-python/Dockerfile index ad093a367..e27edcc3e 100644 --- a/chunks/lang-python/Dockerfile +++ b/chunks/lang-python/Dockerfile @@ -21,7 +21,7 @@ RUN sudo install-packages \ libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \ # Install PYENV && git clone https://github.com/pyenv/pyenv.git ~/.pyenv \ - && git -C ~/.pyenv checkout e5997ef66b730bbcb281dcfcf873b0162c405256 \ + && git -C ~/.pyenv checkout 0963c8ac02bca616b8f91ab8b1902f48502cd813 \ && pyenv install ${PYTHON_VERSION} \ && pyenv global ${PYTHON_VERSION} \ && for exec in global; do printf '%s\n' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec"; done \ diff --git a/chunks/lang-python/chunk.yaml b/chunks/lang-python/chunk.yaml index c0381e269..bc6948029 100644 --- a/chunks/lang-python/chunk.yaml +++ b/chunks/lang-python/chunk.yaml @@ -1,7 +1,7 @@ variants: - name: "3.12" args: - PYTHON_VERSION: 3.12.3 + PYTHON_VERSION: 3.12.4 - name: "3.11" args: PYTHON_VERSION: 3.11.9