Skip to content

Commit 5c77ce6

Browse files
authored
Work around pyenv regression :latest tags are broken (#882)
1 parent 496480e commit 5c77ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
4545
ENV PYTHON_VERSIONS 3.7 3.8 3.9 3.10 3.11
4646

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

0 commit comments

Comments
 (0)