Skip to content

Commit da0eb58

Browse files
authored
Undo conda update
1 parent 224968c commit da0eb58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo2docker/buildpacks/conda/install-miniconda.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -ex
44

55
cd $(dirname $0)
6-
MINICONDA_VERSION=4.5.12
7-
CONDA_VERSION=4.5.12
6+
MINICONDA_VERSION=4.5.11
7+
CONDA_VERSION=4.5.11
88
URL="https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh"
99
INSTALLER_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="866ae9dff53ad0874e1d1a60b1ad1ef8"
16+
MD5SUM="e1045ee415162f944b6aebfe560b8fee"
1717

1818
if ! echo "${MD5SUM} ${INSTALLER_PATH}" | md5sum --quiet -c -; then
1919
echo "md5sum mismatch for ${INSTALLER_PATH}, exiting!"

0 commit comments

Comments
 (0)