Skip to content

Commit

Permalink
build: update cosmovisor dependency to v1.6.0 in Dockerfile (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: nulnut <[email protected]>
  • Loading branch information
zakir-code and nulnut authored Oct 23, 2024
1 parent 22f4b6e commit 1a52c16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.23.0-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers
RUN apk add --no-cache git build-base linux-headers binutils-gold

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions cosmovisor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.23.0-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers
RUN apk add --no-cache git build-base linux-headers binutils-gold

RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0
RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.6.0

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions cosmovisor_lite.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.23.0-alpine3.19 as builder

RUN apk add --no-cache git build-base linux-headers
RUN apk add --no-cache git build-base linux-headers binutils-gold

RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0
RUN go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.6.0

WORKDIR /app

Expand Down

0 comments on commit 1a52c16

Please sign in to comment.