Skip to content

Commit

Permalink
Use 2.3.1 couchdb docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
litong01 authored May 7, 2020
1 parent e1ee7f3 commit 387565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/hfrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ $(uname -m) == 's390x' ]]; then
else
IMAGE_ARCH=''
HTTPD_IMAGE_NAME='httpd:2.4.34-alpine'
COUCHDB_IMAGE_NAME='couchdb'
COUCHDB_IMAGE_NAME='couchdb:2.3.1'
fi

rootdir=~/hfrd
Expand Down

0 comments on commit 387565b

Please sign in to comment.