From be4fd6705b3db6981f51d3c0b6a4021e284f4ffc Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 19 Nov 2018 10:28:45 +0100 Subject: [PATCH] notebook 5.7.2 --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index ee4bd9ac..3210e6f6 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -91,7 +91,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ # Do all this in a single RUN command to avoid duplicating all of the # files across image layers when the permissions change RUN conda install --quiet --yes \ - 'notebook=5.7.0' \ + 'notebook=5.7.2' \ 'jupyterhub=0.9.4' \ 'jupyterlab=0.35.4' && \ conda clean -tipsy && \