From b8db2bce9198c27445e27ca32645d376867c633f Mon Sep 17 00:00:00 2001 From: marpio Date: Tue, 6 Nov 2018 19:49:52 +0100 Subject: [PATCH] switch to node 8 LTS (#3012) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0639f46657..d6f6505919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="fearthecowboy" RUN apt-get update && apt-get install -y curl libunwind8 libicu55 # NodeJS -RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \ apt-get update && apt-get install -y nodejs && \ npm install npm@latest -g