aboutsummaryrefslogtreecommitdiff
path: root/deployment/ubuntu-package-arm64/Dockerfile.arm64
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-02-04 22:07:01 -0500
committerJoshua M. Boniface <joshua@boniface.me>2020-02-04 22:07:01 -0500
commite3c64b9feeb9eddbcb2aba93a2bd6e524f0f6968 (patch)
tree2c21bd5c1c8ead63287243f88112303e730d10ab /deployment/ubuntu-package-arm64/Dockerfile.arm64
parente58aa57ed75417f8eb80c55fb1b782153f924fb8 (diff)
Use NodeJS 10.X for NPM builds
Diffstat (limited to 'deployment/ubuntu-package-arm64/Dockerfile.arm64')
-rw-r--r--deployment/ubuntu-package-arm64/Dockerfile.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/ubuntu-package-arm64/Dockerfile.arm64 b/deployment/ubuntu-package-arm64/Dockerfile.arm64
index af70844591..8f004b2f1a 100644
--- a/deployment/ubuntu-package-arm64/Dockerfile.arm64
+++ b/deployment/ubuntu-package-arm64/Dockerfile.arm64
@@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/5a4c8f96-1c73-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
- && echo "deb https://deb.nodesource.com/node_8.x $(lsb_release -s -c) main" > /etc/apt/sources.list.d/npm.list \
+ && echo "deb https://deb.nodesource.com/node_10.x $(lsb_release -s -c) main" > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs