Update Node version in sdist builder

This commit is contained in:
Shane McDonald 2018-09-18 12:17:52 -04:00
parent 42f01b7f05
commit 89e656b2a4

View File

@ -11,7 +11,7 @@ RUN yum install -y bzip2 \
python \
python-pip
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -
RUN yum install -y nodejs
RUN npm set progress=false