diff --git a/jupyterlab/Dockerfile b/jupyterlab/Dockerfile index ea44c27..36708af 100644 --- a/jupyterlab/Dockerfile +++ b/jupyterlab/Dockerfile @@ -59,7 +59,7 @@ RUN \ && curl -sL https://deb.nodesource.com/setup_12.x | bash - \ \ && apt-get install -y --no-install-recommends \ - nodejs=12.18.2-1nodesource1 \ + nodejs=12.19.0-1nodesource1 \ \ && curl https://bootstrap.pypa.io/get-pip.py | python3 \ \