File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ USER root
2424# (ARGS are in lower case to distinguish them from ENV)
2525# Check https://github.com/conda-forge/miniforge/releases
2626# Conda version
27- ARG conda_version="4.10.0 "
27+ ARG conda_version="4.10.1 "
2828# Miniforge installer patch version
2929ARG miniforge_patch_number="0"
3030# Miniforge installer architecture
@@ -39,7 +39,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
3939# Miniforge installer
4040ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
4141# Miniforge checksum
42- ARG miniforge_checksum="c56cc2da96043688c6bdb521d825de27754de0a342d5228ba3155cd94532ff75 "
42+ ARG miniforge_checksum="d4065b376f81b83cfef0c7316f97bb83337e4ae27eb988828363a578226e3a62 "
4343
4444# Install all OS dependencies for notebook server that starts but lacks all
4545# features (e.g., download as all possible file formats)
Original file line number Diff line number Diff line change 77LOGGER = logging .getLogger (__name__ )
88
99
10- def test_python_version (container , python_next_version = "3.9 " ):
10+ def test_python_version (container , python_next_version = "3.10 " ):
1111 """Check that python version is lower than the next version"""
1212 LOGGER .info (f"Checking that python version is lower than { python_next_version } " )
1313 c = container .run (tty = True , command = ["start.sh" ])
You can’t perform that action at this time.
0 commit comments