File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN sudo install-packages \
21
21
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
22
22
# Install PYENV
23
23
&& 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 \
26
26
&& pyenv install ${PYTHON_VERSION} \
27
27
&& pyenv global ${PYTHON_VERSION} \
28
28
&& 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
30
30
ENV PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH"
31
31
ENV PYENV_ROOT="$HOME/.pyenv"
32
32
RUN 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 \
35
35
&& pyenv install ${PYTHON_VERSION} \
36
36
&& pyenv global ${PYTHON_VERSION}
37
37
You can’t perform that action at this time.
0 commit comments