Skip to content

Commit 9c8ac72

Browse files
committed
update miniconda to 4.7.12.1
1 parent fc6022a commit 9c8ac72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ RUN mkdir /home/$NB_USER/work && \
7070
fix-permissions /home/$NB_USER
7171

7272
# Install conda as jovyan and check the md5 sum provided on the download site
73-
ENV MINICONDA_VERSION=4.7.10 \
74-
MINICONDA_MD5=1c945f2b3335c7b2b15130b1b2dc5cf4 \
73+
ENV MINICONDA_VERSION=4.7.12.1 \
74+
MINICONDA_MD5=81c773ff87af5cfac79ab862942ab6b3 \
7575
CONDA_VERSION=4.7.12
7676

7777
RUN cd /tmp && \

0 commit comments

Comments
 (0)