Skip to content

Commit

Permalink
⬆️ Upgrade cosmosvisor in Dockerfile to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 30, 2022
1 parent 4a832af commit c2cb7ef
Showing 1 changed file with 2 additions and 2 deletions.
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.1.0/cosmovisor-v1.1.0-linux-amd64.tar.gz
RUN tar -xzvf cosmovisor-v1.1.0-linux-amd64.tar.gz
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

USER builder
COPY . /sources
Expand Down

0 comments on commit c2cb7ef

Please sign in to comment.