From c65b69af5f3069a8ef47da97b1882efb39436b07 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 19 Jun 2023 14:05:48 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9361d4..28d01cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ENV PATH $CONDA_DIR/bin:$PATH # Modify this section for the conda/python update. # This list of miniconda installer versions together with their SHA256 check sums are available: # https://docs.conda.io/en/latest/miniconda_hashes.html -ENV PYTHON_VERSION py38 +ENV PYTHON_VERSION py39 ENV CONDA_VERSION 4.12.0 ENV MINICONDA_VERSION ${PYTHON_VERSION}_${CONDA_VERSION}