diff --git a/Makefile b/Makefile index 03a7604ee2d..c0474a1e50f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ FABRIC_VER ?= 2.5.5 # 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 KAFKA_VER ?= 5.3.1 ZOOKEEPER_VER ?= 5.3.1 diff --git a/integration/nwo/runner/couchdb.go b/integration/nwo/runner/couchdb.go index 2d6dc67af6d..6b4710a5169 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" )