Skip to content

Commit

Permalink
Merge pull request #408 from kjsanger/devel
Browse files Browse the repository at this point in the history
Bump pyenv to 2.4.16
  • Loading branch information
kjsanger authored Jan 31, 2025
2 parents 3379a68 + d5c454d commit c723d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install_pyenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

PYENV_RELEASE_VERSION=${PYENV_RELEASE_VERSION:="2.4.1"}
PYENV_RELEASE_VERSION=${PYENV_RELEASE_VERSION:="2.4.16"}
export PYENV_GIT_TAG="v${PYENV_RELEASE_VERSION}"

PYENV_ROOT=${PYENV_ROOT:-"$HOME/.pyenv"}
Expand Down

0 comments on commit c723d8b

Please sign in to comment.