Updates nodejs from 4.x to 6.x new LTS version
authorRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 16 Nov 2016 19:27:48 +0000 (17:27 -0200)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 16 Nov 2016 19:27:48 +0000 (17:27 -0200)
image/base/Dockerfile

index c23e21ca38a42304ddafa1d42f8238b49de7d2fb..c53e8f3030b709e714172e9f66380439d8d2537a 100644 (file)
@@ -22,7 +22,7 @@ RUN apt-get -y upgrade
 RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add -
 RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -sc)-pgdg main" | \
         tee /etc/apt/sources.list.d/postgres.list
-RUN curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
+RUN curl --silent --location https://deb.nodesource.com/setup_6.x | sudo bash -
 RUN apt-get -y update
 RUN apt-get -y install build-essential git wget \
                        libxslt-dev libcurl4-openssl-dev \