File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ USER root
24
24
# (ARGS are in lower case to distinguish them from ENV)
25
25
# Check https://github.com/conda-forge/miniforge/releases
26
26
# Conda version
27
- ARG conda_version="4.9.0 "
27
+ ARG conda_version="4.9.2 "
28
28
# Miniforge installer patch version
29
- ARG miniforge_patch_number="4 "
29
+ ARG miniforge_patch_number="0 "
30
30
# Miniforge installer architecture
31
31
ARG miniforge_arch="x86_64"
32
32
# Python implementation to use
@@ -38,7 +38,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
38
38
# Miniforge installer
39
39
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
40
40
# Miniforge checksum
41
- ARG miniforge_checksum="dae28a05f0fcfed0b47c66468e8434ab42cb1ff90de96540a506949cdecd2b5a "
41
+ ARG miniforge_checksum="6321775eb2c02d7f51d3a9004ce0be839099f126f4099c781531428536669560 "
42
42
43
43
# Install all OS dependencies for notebook server that starts but lacks all
44
44
# features (e.g., download as all possible file formats)
You can’t perform that action at this time.
0 commit comments