From ccbfbbb12efeadc5d919359b4e8f95f6e828cce1 Mon Sep 17 00:00:00 2001 From: "Carlos A. Gomes" Date: Sat, 21 Apr 2018 20:02:12 -0300 Subject: [PATCH] Update NodeJS to 9.x version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6d1f86..dee00fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN \ && apt-get install --no-install-recommends -y apt-transport-https \ && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \ - && curl -sL https://deb.nodesource.com/setup_8.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_9.x | bash - \ && apt-get install --no-install-recommends -y \ nodejs \ unzip \