We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d71e0 commit f8bea67Copy full SHA for f8bea67
1 file changed
tutor/templates/build/openedx/Dockerfile
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
31
# https://github.com/pyenv/pyenv/releases
32
ARG PYTHON_VERSION=3.12.12
33
ENV PYENV_ROOT=/opt/pyenv
34
-RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1
+RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.6.20 --depth 1
35
36
# Install Python
37
RUN $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION
0 commit comments