Update JupyterHub to 1.4.1

This commit is contained in:
Jakob Keller
2021-05-15 14:29:13 +02:00
committed by GitHub
parent f4c0193bbc
commit 47f3601258

View File

@@ -132,7 +132,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.4.0' \
'jupyterhub=1.4.1' \
'jupyterlab=3.0.14' && \
conda clean --all -f -y && \
npm cache clean --force && \