Skip to content

Commit

Permalink
Upgrade the CouchDB used to v3.3.3 (release-2.5)
Browse files Browse the repository at this point in the history
Move to CouchDB v3.3.3.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jan 12, 2024
1 parent 94914d9 commit 833a102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion integration/nwo/runner/couchdb.go
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
CouchDBDefaultImage = "couchdb:3.3.2"
CouchDBDefaultImage = "couchdb:3.3.3"
CouchDBUsername = "admin"
CouchDBPassword = "adminpw"
)
Expand Down

0 comments on commit 833a102

Please sign in to comment.