Skip to content

Commit

Permalink
update tendermint docker image to latest 0.33 release (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jul 12, 2020
1 parent 337b052 commit 82628f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
services:
tendermint:
image: tendermint/tendermint:v0.33.5
image: tendermint/tendermint:v0.33.6
ports:
- 26656:26656
- 26657:26657
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
services:
tendermint:
image: tendermint/tendermint:v0.33.5
image: tendermint/tendermint:v0.33.6
ports:
- 26656:26656
- 26657:26657
Expand Down

0 comments on commit 82628f7

Please sign in to comment.