Skip to content

Commit 06d8ed5

Browse files
committed
Bump py39
1 parent 344ad64 commit 06d8ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.7.7
2929
RUN virtualenv /root/py37 --python /opt/pyenv/versions/3.7.7/bin/python
3030
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.8.3
3131
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
32+
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.9.0b1
3333
RUN virtualenv /root/py39 --python /opt/pyenv/versions/3.9.0a6/bin/python
3434
RUN ln -s /usr/bin/python3 /usr/bin/python
3535
ENV LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)