Skip to content

Commit

Permalink
Merge branch 'fraccaman/fix-dockerfile'
Browse files Browse the repository at this point in the history
* fraccaman/fix-dockerfile:
  fix: dockerfile upgrade go to 1.21.0
  • Loading branch information
Fraccaman committed Jul 25, 2024
2 parents 69fb2af + 23879df commit 2f74edf
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
Expand Up @@ -24,7 +24,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN make build-release

FROM golang:1.18.0 as tendermint-builder
FROM golang:1.21.0 as tendermint-builder
WORKDIR /app

RUN git clone -b v0.37.9 --single-branch https://github.com/cometbft/cometbft.git && cd cometbft && make build
Expand Down

0 comments on commit 2f74edf

Please sign in to comment.