Explorar el Código

Use NodeJS 10 on CentOS

Joshua M. Boniface hace 5 años
padre
commit
f4c8b25698
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deployment/centos-package-x64/Dockerfile

+ 1 - 1
deployment/centos-package-x64/Dockerfile

@@ -17,7 +17,7 @@ RUN yum install -y @buildsys-build rpmdevtools yum-plugins-core libcurl-devel fo
 
 
 # Install recent NodeJS and Yarn
 # Install recent NodeJS and Yarn
 RUN curl -fSsLo /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo \
 RUN curl -fSsLo /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo \
- && rpm -i https://rpm.nodesource.com/pub_8.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm \
+ && rpm -i https://rpm.nodesource.com/pub_10.x/el/7/x86_64/nodesource-release-el7-1.noarch.rpm \
  && yum install -y yarn
  && yum install -y yarn
 
 
 # Install DotNET SDK
 # Install DotNET SDK