Skip to content

Commit 09fb660

Browse files
authored
Merge pull request #1289 from mathbunnyru/asalikhov/miniforge_4_10_1
Update miniforge to 4.10.1 and python version to 3.9.2
2 parents 0d8bf7a + 691422b commit 09fb660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
ARG miniforge_patch_number="0"
3030
# Miniforge installer architecture
@@ -39,7 +39,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
3939
# Miniforge installer
4040
ARG 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)

base-notebook/test/test_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
LOGGER = 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"])

0 commit comments

Comments
 (0)