Skip to content

Commit

Permalink
Merge pull request #839 from minrk/bumps
Browse files Browse the repository at this point in the history
bump notebook, jupyterhub
  • Loading branch information
parente authored Apr 1, 2019
2 parents be289da + c18535d commit e1432be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=5.7.5' \
'jupyterhub=0.9.4' \
'notebook=5.7.8' \
'jupyterhub=0.9.6' \
'jupyterlab=0.35.4' && \
conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
Expand Down

0 comments on commit e1432be

Please sign in to comment.