Skip to content

Commit

Permalink
Autofix: update-lang-python (#1471)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <autofix-bot@users.noreply.github.com>
Co-authored-by: Filip Troníček <filip@gitpod.io>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent da8ccef commit 21e2c5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chunks/lang-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN sudo install-packages \
# Install PYENV
&& git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
# v2.4.16
&& git -C ~/.pyenv checkout 770eb66ec886bb79669dae89dacf740d17fd6ed5 \
&& git -C ~/.pyenv checkout 0f8b2b2b848ea080b0e01a707910c272ec4ce736 \
&& 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
10 changes: 5 additions & 5 deletions chunks/lang-python/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
variants:
- name: "3.13"
args:
PYTHON_VERSION: 3.13.0
PYTHON_VERSION: 3.13.1
- name: "3.12"
args:
PYTHON_VERSION: 3.12.7
PYTHON_VERSION: 3.12.8
- name: "3.11"
args:
PYTHON_VERSION: 3.11.10
PYTHON_VERSION: 3.11.11
- name: "3.10"
args:
PYTHON_VERSION: 3.10.15
PYTHON_VERSION: 3.10.16
- name: "3.9"
args:
PYTHON_VERSION: 3.9.20
PYTHON_VERSION: 3.9.21
2 changes: 1 addition & 1 deletion chunks/tool-yugabytedb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.16
&& git -C ~/.pyenv checkout 770eb66ec886bb79669dae89dacf740d17fd6ed5 \
&& git -C ~/.pyenv checkout 0f8b2b2b848ea080b0e01a707910c272ec4ce736 \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION}

Expand Down

0 comments on commit 21e2c5c

Please sign in to comment.