Skip to content

Commit f8bea67

Browse files
authored
chore: update pyenv version (#1330)
1 parent 93d71e0 commit f8bea67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutor/templates/build/openedx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3131
# https://github.com/pyenv/pyenv/releases
3232
ARG PYTHON_VERSION=3.12.12
3333
ENV PYENV_ROOT=/opt/pyenv
34-
RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1
34+
RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.6.20 --depth 1
3535

3636
# Install Python
3737
RUN $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION

0 commit comments

Comments
 (0)