Skip to content

Commit

Permalink
追加:dockerfile内のpyenvのバージョンを上げる (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Sep 14, 2024
1 parent 4129dd4 commit 708ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN <<EOF
EOF

ARG PYTHON_VERSION=3.11.9
ARG PYENV_VERSION=v2.3.17
ARG PYENV_VERSION=v2.4.11
ARG PYENV_ROOT=/tmp/.pyenv
ARG PYBUILD_ROOT=/tmp/python-build
RUN <<EOF
Expand Down

0 comments on commit 708ca1d

Please sign in to comment.