Skip to content

Commit

Permalink
Upgrade the CouchDB used to v3.3.3 as per CVE-2023-45725.
Browse files Browse the repository at this point in the history
Tracked by #4594

Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
  • Loading branch information
benjsmi authored and denyeart committed Jan 12, 2024
1 parent 2c767a0 commit 844e281
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.3.2
COUCHDB_VER ?= 3.3.3

# 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.3.2"
CouchDBDefaultImage = "couchdb:3.3.3"
CouchDBUsername = "admin"
CouchDBPassword = "adminpw"
)
Expand Down

0 comments on commit 844e281

Please sign in to comment.