Skip to content

Commit 7d580ba

Browse files
authored
Merge pull request #1 from vicamo/for-upstream/add-python-3.11
Add Python 3.11
2 parents d0e2d00 + 53abe95 commit 7d580ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4545
libssl-dev \
4646
zlib1g-dev
4747

48-
RUN pyenv latest install 3.6 && \
49-
pyenv latest install 3.7 && \
50-
pyenv latest install 3.8 && \
51-
pyenv latest install 3.9 && \
52-
pyenv latest install 3.10 && \
48+
RUN pyenv install 3.7 && \
49+
pyenv install 3.8 && \
50+
pyenv install 3.9 && \
51+
pyenv install 3.10 && \
52+
pyenv install 3.11 && \
5353
pyenv global $(pyenv versions --bare | tac) && \
5454
pyenv versions && \
5555
find ${PYENV_ROOT}/versions -depth \

0 commit comments

Comments
 (0)