You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/05/07 20:04:45 UTC

[incubator-openwhisk-devtools] branch master updated: Updated CouchDB image to 2.3 (#257)

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

rabbah 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 f39ad57  Updated CouchDB image to 2.3 (#257)
f39ad57 is described below

commit f39ad575d6dc31465b5d26c796b45143126270a9
Author: ddragosd <dd...@gmail.com>
AuthorDate: Tue May 7 13:04:40 2019 -0700

    Updated CouchDB image to 2.3 (#257)
---
 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 a9d6977..7f0f55b 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -3,7 +3,7 @@
 version: '3'
 services:
   db:
-    image: apache/couchdb:2.1
+    image: apache/couchdb:2.3
     ports:
       - "5984:5984"
     environment: