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.
:latest
1 parent f2ce5fc commit 7bd036bCopy full SHA for 7bd036b
testkit/Dockerfile
@@ -43,7 +43,7 @@ ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
43
ENV PYTHON_VERSIONS 3.6 3.7 3.8 3.9 3.10 3.11
44
45
RUN for version in $PYTHON_VERSIONS; do \
46
- pyenv install $version:latest; \
+ pyenv install $version; \
47
done
48
RUN pyenv rehash
49
RUN pyenv global $(pyenv versions --bare --skip-aliases)
0 commit comments