diff --git a/Makefile b/Makefile index bc5a93996ef..136e6f1ee60 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ BASE_VERSION = 2.2.14 # 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/runner/couchdb.go b/integration/runner/couchdb.go index 6fc7824fe49..346110c193a 100644 --- a/integration/runner/couchdb.go +++ b/integration/runner/couchdb.go @@ -23,7 +23,7 @@ import ( "github.com/tedsuo/ifrit" ) -const CouchDBDefaultImage = "couchdb:3.3.2" +const CouchDBDefaultImage = "couchdb:3.3.3" const CouchDBUsername = "admin" const CouchDBPassword = "adminpw"