Skip to content

Commit

Permalink
Update to CouchDB 3.2.2 for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed May 26, 2022
1 parent 5336eb0 commit 7cb2103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/compose/docker-compose-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "4895:5984"

couchdb_node_1:
image: couchdb:3.2.1
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-root}"
Expand All @@ -26,7 +26,7 @@ services:
- "15984:5984"

couchdb_node_2:
image: couchdb:3.2.1
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-root}"
Expand All @@ -41,7 +41,7 @@ services:
- "25984:5984"

couchdb_node_3:
image: couchdb:3.2.1
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-root}"
Expand Down

0 comments on commit 7cb2103

Please sign in to comment.