Bump node.js version to 8
authorDavid Taylor <david@taylorhq.com>
Sun, 20 Aug 2017 17:16:53 +0000 (18:16 +0100)
committerDavid Taylor <david@taylorhq.com>
Sun, 20 Aug 2017 17:16:53 +0000 (18:16 +0100)
image/base/Dockerfile

index 4347763e63e1e8f01d93e3c7ad61cd2581e0a6ff..015a38db8d22b3c2e5c4b7fe4370c82f496438bd 100644 (file)
@@ -23,7 +23,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_6.x | sudo bash -
+RUN curl --silent --location https://deb.nodesource.com/setup_8.x | sudo bash -
 RUN apt-get -y update
 RUN apt-get -y install build-essential git wget \
                        libxslt-dev libcurl4-openssl-dev \