File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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.5.5
25
- && git -C ~/.pyenv checkout 97993fcc26999fb9f9d2172afd6914738df274d8 \
24
+ # v2.6.1
25
+ && git -C ~/.pyenv checkout b9ede4ae0e66b29f07401de2db097984ca84034a \
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 1
1
variants :
2
2
- name : " 3.13"
3
3
args :
4
- PYTHON_VERSION : 3.13.3
4
+ PYTHON_VERSION : 3.13.4
5
5
- name : " 3.12"
6
6
args :
7
- PYTHON_VERSION : 3.12.10
7
+ PYTHON_VERSION : 3.12.11
8
8
- name : " 3.11"
9
9
args :
10
- PYTHON_VERSION : 3.11.12
10
+ PYTHON_VERSION : 3.11.13
11
11
- name : " 3.10"
12
12
args :
13
- PYTHON_VERSION : 3.10.17
13
+ PYTHON_VERSION : 3.10.18
14
14
- name : " 3.9"
15
15
args :
16
- PYTHON_VERSION : 3.9.22
16
+ PYTHON_VERSION : 3.9.23
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.5.5
34
- && git -C ~/.pyenv checkout 97993fcc26999fb9f9d2172afd6914738df274d8 \
33
+ # v2.6.1
34
+ && git -C ~/.pyenv checkout b9ede4ae0e66b29f07401de2db097984ca84034a \
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