From 07c2c6bd5248e2c001568b50e866bf04daefe6c1 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 1 Apr 2020 17:17:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20NodeJS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- containers/hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/hub/Dockerfile b/containers/hub/Dockerfile index 559bb77..e321794 100644 --- a/containers/hub/Dockerfile +++ b/containers/hub/Dockerfile @@ -10,7 +10,7 @@ ARG TUTOR_PASSWORD=tutor RUN apt-get update -y \ && apt-get install -y curl ca-certificates gnupg2 \ - && curl -sL https://deb.nodesource.com/setup_8.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && apt-get install -y nodejs libzmq3-dev mcrypt RUN pip install jupyter