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