From: David Taylor Date: Sun, 20 Aug 2017 17:16:53 +0000 (+0100) Subject: Bump node.js version to 8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e0f855fc4aa509efbac9bfe1d703f5952aadc7a;p=discourse_docker.git Bump node.js version to 8 --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 4347763..015a38d 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -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 \