aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-07-30 10:39:40 +0100
committerGravatar Chris Lovering <[email protected]>2025-07-30 10:39:40 +0100
commit86cc15d9964f9e779605acf2ae66930a8e686763 (patch)
treef36d7cc4bbf7cc3e57eaf20596a39067de2c9bf1
parentMerge 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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 785f165..f034880 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 /