You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2018/09/24 13:55:58 UTC

[incubator-openwhisk-devtools] branch master updated: Make CouchDB align with upstream version. (#156)

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

daisyguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new b117a1a  Make CouchDB align with upstream version. (#156)
b117a1a is described below

commit b117a1a93e1c217ff9b2531d31f6fccf6621da10
Author: Tzu-Chiao Yeh <su...@gmail.com>
AuthorDate: Mon Sep 24 21:55:53 2018 +0800

    Make CouchDB align with upstream version. (#156)
    
    Bump couchdb image into apache/couchdb:2.1. Since couchdb 1 vs 2 is not 100% compatible that might cause potential problems if any of upstream changes.
---
 docker-compose/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 3006fa0..6d39fce 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3'
 services:
   db:
-    image: couchdb:1.6
+    image: apache/couchdb:2.1
     ports:
       - "5984:5984"
     environment: