Test against cometbft/cometbft:v0.38.0

This commit is contained in:
Simon Warta
2023-10-26 15:40:21 +02:00
parent 6d763bd067
commit 77d7ef3640
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ command -v shellcheck >/dev/null && shellcheck "$0"
declare -a TM_IMAGES
TM_IMAGES[34]="tendermint/tendermint:v0.34.19"
TM_IMAGES[37]="cometbft/cometbft:v0.37.0-rc3"
TM_IMAGES[38]="cometbft/cometbft:v0.38.0-rc3"
TM_IMAGES[38]="cometbft/cometbft:v0.38.0"
declare -a TM_ROOTS
TM_ROOTS[34]="/tendermint"