diff --git a/testkit/Dockerfile b/testkit/Dockerfile index 623e63ff..0ae80272 100644 --- a/testkit/Dockerfile +++ b/testkit/Dockerfile @@ -45,7 +45,7 @@ ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH ENV PYTHON_VERSIONS 3.7 3.8 3.9 3.10 3.11 RUN for version in $PYTHON_VERSIONS; do \ - pyenv install $version:latest; \ + pyenv install $version; \ done RUN pyenv rehash RUN pyenv global $(pyenv versions --bare --skip-aliases)