Skip to content

Commit

Permalink
Merge pull request #309 from kjsanger/bug/update-pyenv
Browse files Browse the repository at this point in the history
Bump pyenv from 2.3.12 to 2.4.1
  • Loading branch information
kjsanger authored May 16, 2024
2 parents 5b1b878 + 99c74e5 commit 69fd3df
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.3.13"}
PYENV_RELEASE_VERSION=${PYENV_RELEASE_VERSION:="2.4.1"}
export PYENV_GIT_TAG="v${PYENV_RELEASE_VERSION}"

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

0 comments on commit 69fd3df

Please sign in to comment.