Skip to content

Commit

Permalink
chore: upgrade cosmovisor
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jan 13, 2025
1 parent 5632f23 commit 1bf2422
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
@@ -1,6 +1,6 @@
FROM golang:1.22.5-bookworm AS base-build
FROM golang:1.23.3-bookworm AS base-build

RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.6.0
RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.7.0
RUN go install github.com/hashicorp/go-getter/cmd/go-getter@v1.7.6
RUN go install github.com/zeta-chain/dl-pipe/cmd/dl-pipe@dd55028ca122ad2577185ae0a5f5e95cd427ccdd

Expand Down

0 comments on commit 1bf2422

Please sign in to comment.