From c4786cb10a985d193dbd4e1297a2eb26a8db01ba Mon Sep 17 00:00:00 2001 From: Ivan Bazulic Date: Wed, 26 Feb 2020 15:05:56 +0000 Subject: [PATCH] Updated NodeJS version from 8 to 12 in Dockerfile.rhel7 (#234) --- Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 6fceb15f4..848c73149 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -72,7 +72,7 @@ RUN rm -Rf /opt/rh/python27/root/usr/lib/python2.7/site-packages/docutils && \ rm -f piplist.txt pipinfo.txt # Front-end -RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - && \ +RUN curl --silent --location https://rpm.nodesource.com/setup_12.x | bash - && \ yum install -y nodejs && \ curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo && \ rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg && \