Skip to content

Commit

Permalink
Merge pull request #1285 from jakob-keller/jupyterhub_1.4.0
Browse files Browse the repository at this point in the history
Update JupyterHub to 1.4.0
  • Loading branch information
romainx authored May 4, 2021
2 parents 10aa78a + 2e9eed5 commit 28817a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ 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.3.0' \
'jupyterhub=1.4.0' \
'jupyterlab=3.0.14' && \
conda clean --all -f -y && \
npm cache clean --force && \
Expand Down

0 comments on commit 28817a6

Please sign in to comment.