Skip to content
Snippets Groups Projects
Commit b1cada6d authored by calrama's avatar calrama
Browse files

[jupyterhub] update nodejs to 12

parent 1ea5c9fa
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ RUN apt-get update && \ ...@@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get clean apt-get clean
ENV NO_UPDATE_NOTIFIER=true 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 update && \
apt-get install -y \ apt-get install -y \
nodejs \ nodejs \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment