Skip to content

Commit e1432be

Browse files
authored
Merge pull request #839 from minrk/bumps
bump notebook, jupyterhub
2 parents be289da + c18535d commit e1432be

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
@@ -97,8 +97,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
9797
# Do all this in a single RUN command to avoid duplicating all of the
9898
# files across image layers when the permissions change
9999
RUN conda install --quiet --yes \
100-
'notebook=5.7.5' \
101-
'jupyterhub=0.9.4' \
100+
'notebook=5.7.8' \
101+
'jupyterhub=0.9.6' \
102102
'jupyterlab=0.35.4' && \
103103
conda clean -tipsy && \
104104
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \

0 commit comments

Comments
 (0)