-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from e-money/138-upgrade-test
Fix upgrade bdd-test and docker image
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,10 @@ | |
|
||
FROM golang:1.16-buster AS build-env | ||
|
||
RUN go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@latest | ||
# after the SDK upgrade to 44.x+ we should change to @latest | ||
# Note ref https://github.com/cosmos/cosmos-sdk/tree/master/cosmovisor#cosmosvisor | ||
# If validators would like to enable the auto-download option, and they are | ||
# currently running an application using Cosmos SDK v0.42, they will need to use | ||
# Cosmovisor v0.1. Later versions of Cosmovisor do not support Cosmos SDK v0.42 | ||
# or earlier if the auto-download option is enabled. | ||
RUN go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters