From dddf3f3141941c13f95c5493da2659e5c1201798 Mon Sep 17 00:00:00 2001 From: Dave Enyeart Date: Wed, 27 Nov 2024 04:47:59 -0500 Subject: [PATCH] Bump CouchDB to 3.4.2 (release-2.5) (#5057) Bump CouchDB to 3.4.2. Signed-off-by: David Enyeart --- Makefile | 2 +- integration/nwo/runner/couchdb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 354b1232e62..df048ee9aae 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ FABRIC_VER ?= 2.5.10 # 3rd party image version # These versions are also set in the runners in ./integration/runners/ -COUCHDB_VER ?= 3.3.3 +COUCHDB_VER ?= 3.4.2 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 6b4710a5169..943346d8305 100644 --- a/integration/nwo/runner/couchdb.go +++ b/integration/nwo/runner/couchdb.go @@ -24,7 +24,7 @@ import ( ) const ( - CouchDBDefaultImage = "couchdb:3.3.3" + CouchDBDefaultImage = "couchdb:3.4.2" CouchDBUsername = "admin" CouchDBPassword = "adminpw" )