Skip to content

Commit cda106a

Browse files
authored
[python] bump pyenv to fix build (#1620)
1 parent 24a898a commit cda106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chunks/lang-python/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6.1
25-
&& git -C ~/.pyenv checkout b9ede4ae0e66b29f07401de2db097984ca84034a \
24+
# v2.6.2
25+
&& git -C ~/.pyenv checkout a71a378dacd210f5673550ff923715bf4d04324f \
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 \

0 commit comments

Comments
 (0)