Skip to content

Commit 7bd036b

Browse files
authoredJan 3, 2023
Work around pyenv regression :latest tags are broken (#885)
Backport of #882
1 parent f2ce5fc commit 7bd036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎testkit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
4343
ENV PYTHON_VERSIONS 3.6 3.7 3.8 3.9 3.10 3.11
4444

4545
RUN for version in $PYTHON_VERSIONS; do \
46-
pyenv install $version:latest; \
46+
pyenv install $version; \
4747
done
4848
RUN pyenv rehash
4949
RUN pyenv global $(pyenv versions --bare --skip-aliases)

0 commit comments

Comments
 (0)
Please sign in to comment.