We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c86c commit 133f777Copy full SHA for 133f777
Dockerfile
@@ -17,7 +17,7 @@ ENV PYTHON_VERSION_39 3.9.1
17
ENV PYTHON_VERSION_310 3.10.0b3
18
ENV PYPY_VERSION_35 pypy3.5-7.0.0
19
# Latest miniconda version is Miniconda3-py39_4.10.1, but it's not available for x86_64
20
-ENV CONDA_PYTHON_VERSION py38
+ENV CONDA_PYTHON_VERSION py39
21
ENV CONDA_VERSION 4.9.2
22
LABEL python.version_27=$PYTHON_VERSION_27
23
LABEL python.version_35=$PYTHON_VERSION_35
0 commit comments