You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/10 06:07:07 UTC

[couchdb-docker] 01/01: move to node 8.x for image

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch dev-readme
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit b40a28f78277ad85090f1c41107773be1d657541
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 10 02:06:47 2018 -0400

    move to node 8.x for  image
---
 dev/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/Dockerfile b/dev/Dockerfile
index 1b43ba7..4b5b2af 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -95,8 +95,8 @@ RUN pip install \
 # Node is special
 RUN set -ex; \
     curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -; \
-    echo 'deb https://deb.nodesource.com/node_6.x stretch main' > /etc/apt/sources.list.d/nodesource.list; \
-    echo 'deb-src https://deb.nodesource.com/node_6.x stretch main' >> /etc/apt/sources.list.d/nodesource.list; \
+    echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodesource.list; \
+    echo 'deb-src https://deb.nodesource.com/node_8.x stretch main' >> /etc/apt/sources.list.d/nodesource.list; \
     apt-get update -y && apt-get install -y nodejs; \
     npm install -g grunt-cli