Skip to content

Commit 306247e

Browse files
majorgreysP403n1x87mergify[bot]
authored
chore(ci): pin pyenv version (#3228)
Co-authored-by: Gabriele N. Tornetta <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 3444485 commit 306247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.buster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV PYENV_ROOT /root/.pyenv
6464
ENV PATH ${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:$PATH
6565

6666
# Install pyenv
67-
RUN git clone git://github.com/pyenv/pyenv.git "${PYENV_ROOT}"
67+
RUN git clone --depth 1 --branch v2.2.4 git://github.com/pyenv/pyenv.git "${PYENV_ROOT}"
6868

6969

7070
# Install all required python versions

0 commit comments

Comments
 (0)