update tendermint version in docker compose

Signed-off-by: getlarge <ed@getlarge.eu>
This commit is contained in:
getlarge 2020-12-10 12:54:35 +01:00
parent 4b0d5c40b6
commit f5c2e92c69
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
retries: 3 retries: 3
command: -l DEBUG start command: -l DEBUG start
tendermint: tendermint:
image: tendermint/tendermint:0.22.8 image: tendermint/tendermint:v0.31.5
# volumes: # volumes:
# - ./tmdata:/tendermint # - ./tmdata:/tendermint
entrypoint: '' entrypoint: ''