From bdcf890d54162857b5707732ea12c88cd4cba6b6 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 8 Oct 2025 05:05:00 +0100 Subject: Update pyenv to 2.6.9 Brings support for newer Python versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f0bfd4..2e0ff1f 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.5 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT +RUN git clone -b v2.6.9 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT COPY --link scripts/build_python.sh / -- cgit v1.2.3