File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN sudo install-packages \
2121 libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
2222 # Install PYENV
2323 && git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
24- # v2.4.16
25- && git -C ~/.pyenv checkout b3dad5887e1daef68a73360546082ad4eb4b82b8 \
24+ # v2.5.5
25+ && git -C ~/.pyenv checkout 97993fcc26999fb9f9d2172afd6914738df274d8 \
2626 && pyenv install ${PYTHON_VERSION} \
2727 && pyenv global ${PYTHON_VERSION} \
2828 && for exec in global; do printf '%s\n ' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec" ; done \
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ RUN curl -sSLo ./yugabyte.tar.gz https://downloads.yugabyte.com/releases/${YB_VE
3030ENV PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH"
3131ENV PYENV_ROOT="$HOME/.pyenv"
3232RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
33- # v2.4.16
34- && git -C ~/.pyenv checkout b3dad5887e1daef68a73360546082ad4eb4b82b8 \
33+ # v2.5.5
34+ && git -C ~/.pyenv checkout 97993fcc26999fb9f9d2172afd6914738df274d8 \
3535 && pyenv install ${PYTHON_VERSION} \
3636 && pyenv global ${PYTHON_VERSION}
3737
You can’t perform that action at this time.
0 commit comments