From 89e656b2a405e88f1196c43b3d8f005b58dea264 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 18 Sep 2018 12:17:52 -0400 Subject: [PATCH] Update Node version in sdist builder --- installer/roles/image_build/files/Dockerfile.sdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/roles/image_build/files/Dockerfile.sdist b/installer/roles/image_build/files/Dockerfile.sdist index cf9845e540..a32c34c4c0 100644 --- a/installer/roles/image_build/files/Dockerfile.sdist +++ b/installer/roles/image_build/files/Dockerfile.sdist @@ -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