Skip to content

Commit

Permalink
Bump CouchDB to 3.3.2 (hyperledger#4186)
Browse files Browse the repository at this point in the history
Bump CouchDB to 3.3.2.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Apr 27, 2023
1 parent 97de263 commit 6612020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2
COUCHDB_VER ?= 3.3.2

# Disable implicit rules
.SUFFIXES:
Expand Down
2 changes: 1 addition & 1 deletion integration/nwo/runner/couchdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

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

0 comments on commit 6612020

Please sign in to comment.