From 47f36012586d1fa13a351b3bf26215cae25e3e3f Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Sat, 15 May 2021 14:29:13 +0200 Subject: [PATCH] Update JupyterHub to 1.4.1 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 329a3f99..fe0cb79b 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -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 && \