Skip to content

Commit

Permalink
fix: dockerfile upgrade go to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 25, 2024
1 parent 69fb2af commit 23879df
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 23879df

Please sign in to comment.