Problem: Docker images of tendermint/tendermint:0.19.7 tagged but not updated in bdb (#2335)

This commit is contained in:
Muawia Khan
2018-06-04 16:10:50 +02:00
committed by Troy McConaghy
parent 241db4ee48
commit fa72b722f7
7 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ stack_repo=${STACK_REPO:="bigchaindb/bigchaindb"}
stack_size=${STACK_SIZE:=4}
stack_type=${STACK_TYPE:="docker"}
stack_type_provider=${STACK_TYPE_PROVIDER:=""}
tm_version=${TM_VERSION:="0.19.2"}
tm_version=${TM_VERSION:="0.19.7"}
mongo_version=${MONGO_VERSION:="3.6"}
stack_vm_memory=${STACK_VM_MEMORY:=2048}
stack_vm_cpus=${STACK_VM_CPUS:=2}