Skip to content

Commit

Permalink
Upgrade cosmovisor to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 28, 2024
1 parent 72406b1 commit 3b7074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22.5-bookworm AS base-build

RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0
RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.6.0
RUN go install github.com/hashicorp/go-getter/cmd/[email protected]

FROM debian:bookworm AS base
Expand Down

0 comments on commit 3b7074c

Please sign in to comment.