Skip to content
Snippets Groups Projects
Commit 506a39bb authored by Régis Behmo's avatar Régis Behmo
Browse files

Upgrade to node 12

parent 9aba9402
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ RUN pip install setuptools==39.0.1 pip==9.0.3 ...@@ -39,7 +39,7 @@ RUN pip install setuptools==39.0.1 pip==9.0.3
RUN pip install -r requirements/edx/base.txt RUN pip install -r requirements/edx/base.txt
# Install a recent version of nodejs # Install a recent version of nodejs
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt RUN nodeenv /openedx/nodeenv --node=12.13.0 --prebuilt
ENV PATH /openedx/nodeenv/bin:${PATH} ENV PATH /openedx/nodeenv/bin:${PATH}
# Install nodejs requirements # Install nodejs requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment