diff options
author | 2025-07-30 10:39:40 +0100 | |
---|---|---|
committer | 2025-07-30 10:39:40 +0100 | |
commit | 86cc15d9964f9e779605acf2ae66930a8e686763 (patch) | |
tree | f36d7cc4bbf7cc3e57eaf20596a39067de2c9bf1 | |
parent | Merge pull request #237 from python-discord/pin-3.14-dev-version (diff) |
Upgrade pyenv to 2.6.5 for access to latest Python versions
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ RUN apt-get -y update \ tk-dev \ && rm -rf /var/lib/apt/lists/* -RUN git clone -b v2.6.0 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT +RUN git clone -b v2.6.5 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT COPY --link scripts/build_python.sh / |