Skip to content

Commit bdcf890

Browse files
committed
Update pyenv to 2.6.9
Brings support for newer Python versions
1 parent d8241a7 commit bdcf890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get -y update \
2929
tk-dev \
3030
&& rm -rf /var/lib/apt/lists/*
3131

32-
RUN git clone -b v2.6.5 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+
RUN git clone -b v2.6.9 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333

3434
COPY --link scripts/build_python.sh /
3535

0 commit comments

Comments
 (0)