Skip to content

Commit 0130403

Browse files
committed
Bump to miniforge / conda 4.9.2
1 parent 86523f0 commit 0130403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ 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.9.0"
27+
ARG conda_version="4.9.2"
2828
# Miniforge installer patch version
29-
ARG miniforge_patch_number="4"
29+
ARG miniforge_patch_number="0"
3030
# Miniforge installer architecture
3131
ARG miniforge_arch="x86_64"
3232
# Python implementation to use
@@ -38,7 +38,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
3838
# Miniforge installer
3939
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
4040
# Miniforge checksum
41-
ARG miniforge_checksum="dae28a05f0fcfed0b47c66468e8434ab42cb1ff90de96540a506949cdecd2b5a"
41+
ARG miniforge_checksum="6321775eb2c02d7f51d3a9004ce0be839099f126f4099c781531428536669560"
4242

4343
# Install all OS dependencies for notebook server that starts but lacks all
4444
# features (e.g., download as all possible file formats)

0 commit comments

Comments
 (0)