Skip to content

Commit

Permalink
⬆️ Upgrade to cosmovisor in container to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 1, 2023
1 parent 5abe480 commit 1e65de6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [unreleased]
- Upgrade cosmovisor included in docker image to 1.5.0
- Upgrade ibc-go to 6.2.1

## [v4.0.2](https://github.com/likecoin/likecoin-chain/releases/v4.0.2)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG LIKED_VERSION=unknown
ARG LIKED_COMMIT=unknown

WORKDIR /cosmovisor
RUN wget https://github.com/cosmos/cosmos-sdk/releases/download/cosmovisor%2Fv1.3.0/cosmovisor-v1.3.0-linux-amd64.tar.gz
RUN tar -xzvf cosmovisor-v1.3.0-linux-amd64.tar.gz
RUN wget https://github.com/cosmos/cosmos-sdk/releases/download/cosmovisor%2Fv1.5.0/cosmovisor-v1.5.0-linux-amd64.tar.gz
RUN tar -xzvf cosmovisor-v1.5.0-linux-amd64.tar.gz

USER builder
COPY . /sources
Expand Down
2 changes: 1 addition & 1 deletion deploy/cmd/deploy/assets/node-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z $LIKED_VERSION ]; then
fi

if [ -z $COSMOVISOR_VERSION ]; then
COSMOVISOR_VERSION="1.1.0"
COSMOVISOR_VERSION="1.5.0"
fi

if [ -z $LIKED_USER ]; then
Expand Down

0 comments on commit 1e65de6

Please sign in to comment.