Skip to content

Commit 746fc2b

Browse files
committed
⬆️ Upgrade miniconda (4.8.2 → 4.12.0)
1 parent 4bb27d6 commit 746fc2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ RUN groupadd -r c-pac && \
107107
libxp-dev && \
108108
add-apt-repository --remove --yes ppa:zeehio/libxp && \
109109
apt-get update && \
110-
curl -sO https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh && \
111-
bash Miniconda3-py37_4.8.2-Linux-x86_64.sh -b -p /usr/local/miniconda && \
112-
rm Miniconda3-py37_4.8.2-Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda && \
110+
curl -sO https://repo.anaconda.com/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh && \
111+
bash Miniconda3-py37_4.12.0-Linux-x86_64.sh -b -p /usr/local/miniconda && \
112+
rm Miniconda3-py37_4.12.0-Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda && \
113113
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
114114
echo $TZ > /etc/timezone && \
115115
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \

.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ RUN apt-get update && \
120120
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
121121

122122
# Installing and setting up miniconda
123-
RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-4.5.11-Linux-x86_64.sh && \
124-
bash Miniconda3-4.5.11-Linux-x86_64.sh -b -p /usr/local/miniconda && \
125-
rm Miniconda3-4.5.11-Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda
123+
RUN curl -sSLO https://repo.continuum.io/miniconda/Miniconda3-py37_4.12.0-Linux-x86_64.sh && \
124+
bash Miniconda3-py37_4.12.0-Linux-x86_64.sh -b -p /usr/local/miniconda && \
125+
rm Miniconda3-py37_4.12.0-Linux-x86_64.sh && chmod -R 777 /usr/local/miniconda
126126

127127
# Set CPATH for packages relying on compiled libs (e.g. indexed_gzip)
128128
ENV PATH="/usr/local/miniconda/bin:$PATH" \

0 commit comments

Comments
 (0)