diff options
author | 2025-10-08 05:05:00 +0100 | |
---|---|---|
committer | 2025-10-08 23:21:17 +0100 | |
commit | bdcf890d54162857b5707732ea12c88cd4cba6b6 (patch) | |
tree | c2273aa56ef0a259921d948c1b66dd78bfdf102f | |
parent | Update to use 3.14 release (diff) |
Update pyenv to 2.6.9
Brings support for newer 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.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 / |