From b1cada6d0816e64b9ded190eb87cbc364f09a7fb Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 19 Jan 2021 19:44:32 +0100 Subject: [PATCH] [jupyterhub] update nodejs to 12 --- jupyterhub/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/base/Dockerfile b/jupyterhub/base/Dockerfile index e1f0002..6e3ef22 100755 --- a/jupyterhub/base/Dockerfile +++ b/jupyterhub/base/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ apt-get clean ENV NO_UPDATE_NOTIFIER=true -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ apt-get update && \ apt-get install -y \ nodejs \ -- GitLab