File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
repo2docker/buildpacks/conda Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919from ruamel .yaml import YAML
2020
2121
22- MINICONDA_VERSION = '4.5.4 '
22+ MINICONDA_VERSION = '4.5.11 '
2323
2424HERE = pathlib .Path (os .path .dirname (os .path .abspath (__file__ )))
2525
Original file line number Diff line number Diff line change 33set -ex
44
55cd $( dirname $0 )
6- MINICONDA_VERSION=4.5.4
7- CONDA_VERSION=4.5.8
6+ MINICONDA_VERSION=4.5.11
7+ CONDA_VERSION=4.5.11
88URL=" https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION} -Linux-x86_64.sh"
99INSTALLER_PATH=/tmp/miniconda-installer.sh
1010
@@ -13,7 +13,7 @@ chmod +x ${INSTALLER_PATH}
1313
1414# Only MD5 checksums are available for miniconda
1515# Can be obtained from https://repo.continuum.io/miniconda/
16- MD5SUM=" a946ea1d0c4a642ddf0c3a26a18bb16d "
16+ MD5SUM=" e1045ee415162f944b6aebfe560b8fee "
1717
1818if ! echo " ${MD5SUM} ${INSTALLER_PATH} " | md5sum --quiet -c -; then
1919 echo " md5sum mismatch for ${INSTALLER_PATH} , exiting!"
You can’t perform that action at this time.
0 commit comments