From c80021924eb5058829987700030236e270647d40 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Mon, 19 Mar 2018 10:19:32 -0400 Subject: [PATCH] Update CI to use Node 8 --- Dockerfile.armv7 | 5 ----- Jenkinsfile.arm64 | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile.armv7 b/Dockerfile.armv7 index 94af8fb31fe79..7246ec432f25a 100644 --- a/Dockerfile.armv7 +++ b/Dockerfile.armv7 @@ -29,13 +29,8 @@ RUN apt-get update && apt-get install -y\ wget \ xvfb -# Install node.js -RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - -RUN apt-get update && apt-get install -y nodejs - ADD tools/xvfb-init.sh /etc/init.d/xvfb RUN chmod a+x /etc/init.d/xvfb ADD tools/run-electron.sh /run-electron.sh RUN chmod a+x /run-electron.sh - CMD sh /run-electron.sh diff --git a/Jenkinsfile.arm64 b/Jenkinsfile.arm64 index bf41a60bd759b..c6d558f7f3518 100644 --- a/Jenkinsfile.arm64 +++ b/Jenkinsfile.arm64 @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'electronbuilds/arm64v8:0.0.1' + image 'electronbuilds/arm64v8:0.0.2' args '--privileged' } }