Skip to content

Commit 133f777

Browse files
committed
Use py39 miniconda version
1 parent cf2c86c commit 133f777

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
@@ -17,7 +17,7 @@ ENV PYTHON_VERSION_39 3.9.1
1717
ENV PYTHON_VERSION_310 3.10.0b3
1818
ENV PYPY_VERSION_35 pypy3.5-7.0.0
1919
# Latest miniconda version is Miniconda3-py39_4.10.1, but it's not available for x86_64
20-
ENV CONDA_PYTHON_VERSION py38
20+
ENV CONDA_PYTHON_VERSION py39
2121
ENV CONDA_VERSION 4.9.2
2222
LABEL python.version_27=$PYTHON_VERSION_27
2323
LABEL python.version_35=$PYTHON_VERSION_35

0 commit comments

Comments
 (0)