We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344ad64 commit 06d8ed5Copy full SHA for 06d8ed5
Dockerfile
@@ -29,7 +29,7 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.7.7
29
RUN virtualenv /root/py37 --python /opt/pyenv/versions/3.7.7/bin/python
30
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
31
RUN virtualenv /root/py38 --python /opt/pyenv/versions/3.8.3/bin/python
32
-RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0a6
+RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0b1
33
RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9.0a6/bin/python
34
RUN ln -s /usr/bin/python3 /usr/bin/python
35
ENV LC_ALL=C.UTF-8
0 commit comments