Skip to content

Commit

Permalink
Autofix: update-lang-python (#1432)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 2a199dd commit b90d68c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chunks/lang-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN sudo install-packages \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
# Install PYENV
&& git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
# v2.4.12
&& git -C ~/.pyenv checkout 2e658d3e3574074ba24ffd10ad67b1c8e2ff717d \
# v2.4.14
&& git -C ~/.pyenv checkout 5180c3cfb506006e16982602d0d82fa64e285a5b \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION} \
&& for exec in global; do printf '%s\n' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec"; done \
Expand Down
2 changes: 1 addition & 1 deletion chunks/lang-python/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
- name: "3.12"
args:
PYTHON_VERSION: 3.12.6
PYTHON_VERSION: 3.12.7
- name: "3.11"
args:
PYTHON_VERSION: 3.11.10
Expand Down
4 changes: 2 additions & 2 deletions chunks/tool-yugabytedb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN curl -sSLo ./yugabyte.tar.gz https://downloads.yugabyte.com/releases/${YB_VE
ENV PATH="$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH"
ENV PYENV_ROOT="$HOME/.pyenv"
RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
# v2.4.12
&& git -C ~/.pyenv checkout 2e658d3e3574074ba24ffd10ad67b1c8e2ff717d \
# v2.4.14
&& git -C ~/.pyenv checkout 5180c3cfb506006e16982602d0d82fa64e285a5b \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION}

Expand Down

0 comments on commit b90d68c

Please sign in to comment.