From 828396aff379b4f94ca0877974be9be352bb871c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=E7=93=9C=E5=93=A5?= Date: Fri, 5 Apr 2019 01:05:10 +0800 Subject: [PATCH] update Node.js to latest LTS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c2c46f..bad4770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Prakhar Srivastav # install system-wide deps for python and node RUN apt-get -yqq update RUN apt-get -yqq install python-pip python-dev curl gnupg -RUN curl -sL https://deb.nodesource.com/setup_8.x | bash +RUN curl -sL https://deb.nodesource.com/setup_10.x | bash RUN apt-get install -yq nodejs # copy our application code