aboutsummaryrefslogtreecommitdiff
path: root/deployment/ubuntu-package-armhf/Dockerfile.armhf
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-armhf/Dockerfile.armhf
parente58aa57ed75417f8eb80c55fb1b782153f924fb8 (diff)
Use NodeJS 10.X for NPM builds
Diffstat (limited to 'deployment/ubuntu-package-armhf/Dockerfile.armhf')
-rw-r--r--deployment/ubuntu-package-armhf/Dockerfile.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/ubuntu-package-armhf/Dockerfile.armhf b/deployment/ubuntu-package-armhf/Dockerfile.armhf
index 06a8dace29..0e71fa6938 100644
--- a/deployment/ubuntu-package-armhf/Dockerfile.armhf
+++ b/deployment/ubuntu-package-armhf/Dockerfile.armhf
@@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/67766a96-eb8c-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