diff --git a/Makefile b/Makefile index b9170e7e48c..c82094440c5 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ FABRIC_VER ?= 3.0.0 # 3rd party image version # These versions are also set in the runners in ./integration/runners/ -COUCHDB_VER ?= 3.3.2 +COUCHDB_VER ?= 3.3.3 # Disable implicit rules .SUFFIXES: diff --git a/integration/nwo/runner/couchdb.go b/integration/nwo/runner/couchdb.go index e03c613adcf..9aee18c4f97 100644 --- a/integration/nwo/runner/couchdb.go +++ b/integration/nwo/runner/couchdb.go @@ -24,7 +24,7 @@ import ( ) const ( - CouchDBDefaultImage = "couchdb:3.3.2" + CouchDBDefaultImage = "couchdb:3.3.3" CouchDBUsername = "admin" CouchDBPassword = "adminpw" )