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 496480e commit 5c77ce6Copy full SHA for 5c77ce6
testkit/Dockerfile
@@ -45,7 +45,7 @@ ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
45
ENV PYTHON_VERSIONS 3.7 3.8 3.9 3.10 3.11
46
47
RUN for version in $PYTHON_VERSIONS; do \
48
- pyenv install $version:latest; \
+ pyenv install $version; \
49
done
50
RUN pyenv rehash
51
RUN pyenv global $(pyenv versions --bare --skip-aliases)
0 commit comments