Skip to content

Commit

Permalink
Merge pull request #1304 from jakob-keller/jupyterhub_1.4.1
Browse files Browse the repository at this point in the history
Update JupyterHub to 1.4.1 and JupyterLab to 3.0.15
  • Loading branch information
romainx authored May 17, 2021
2 parents f4c0193 + 2673f25 commit cf9a75c
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 @@ -132,8 +132,8 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.3.0' \
'jupyterhub=1.4.0' \
'jupyterlab=3.0.14' && \
'jupyterhub=1.4.1' \
'jupyterlab=3.0.15' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
Expand Down

0 comments on commit cf9a75c

Please sign in to comment.