diff --git a/Dockerfile b/Dockerfile index 29aeedf2..98d732f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/cosmovisor.Dockerfile b/cosmovisor.Dockerfile index 8177c1bd..ceb1d323 100644 --- a/cosmovisor.Dockerfile +++ b/cosmovisor.Dockerfile @@ -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 diff --git a/cosmovisor_lite.Dockerfile b/cosmovisor_lite.Dockerfile index e3f4f1ac..21892e25 100644 --- a/cosmovisor_lite.Dockerfile +++ b/cosmovisor_lite.Dockerfile @@ -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