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 93ba43c Update apache:couchdb Docker image to 2.3 (#267)
93ba43c is described below
commit 93ba43c43279fbd3be020d74da173e7687a5f30e
Author: Tobias Pfandzelter <tobias@pfandzelter.com>
AuthorDate: Sun Jul 7 15:19:59 2019 +0200
Update apache:couchdb Docker image to 2.3 (#267)
---
docker-compose/docker-compose-lean.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose/docker-compose-lean.yml b/docker-compose/docker-compose-lean.yml
index addb478..575d4be 100644
--- a/docker-compose/docker-compose-lean.yml
+++ b/docker-compose/docker-compose-lean.yml
@@ -3,7 +3,7 @@
version: '3'
services:
db:
- image: apache/couchdb:2.1
+ image: apache/couchdb:2.3
ports:
- "5984:5984"
environment:
|