We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8241a7 commit bdcf890Copy full SHA for bdcf890
Dockerfile
@@ -29,7 +29,7 @@ RUN apt-get -y update \
29
tk-dev \
30
&& rm -rf /var/lib/apt/lists/*
31
32
-RUN git clone -b v2.6.5 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
+RUN git clone -b v2.6.9 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
33
34
COPY --link scripts/build_python.sh /
35
0 commit comments