From 1e65de6dd04e7389fc26df997d4960e85f878833 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 31 Oct 2023 03:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20to=20cosmovisor?= =?UTF-8?q?=20in=20container=20to=201.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + Dockerfile | 4 ++-- deploy/cmd/deploy/assets/node-setup.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1808563e5f..bb795cde32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Dockerfile b/Dockerfile index 729c410f44..e346103a6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/deploy/cmd/deploy/assets/node-setup.sh b/deploy/cmd/deploy/assets/node-setup.sh index 988181c3b0..b4434d189e 100755 --- a/deploy/cmd/deploy/assets/node-setup.sh +++ b/deploy/cmd/deploy/assets/node-setup.sh @@ -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