From 2e9eed5129a041086d573e55bd464ec9176b942c Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Mon, 3 May 2021 23:21:44 +0200 Subject: [PATCH] Update JupyterHub to 1.4.0 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 4544a220..2c6107ee 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -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 && \