Skip to content

Commit

Permalink
fix: update rust version in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Mar 1, 2023
1 parent 6ad5206 commit fab6f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/components/chainhook-node.dockerfile
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src

RUN apt update && apt install -y ca-certificates pkg-config libssl-dev

RUN rustup update 1.59.0 && rustup default 1.59.0
RUN rustup update 1.67.0 && rustup default 1.67.0

COPY ./components/chainhook-cli /src/components/chainhook-cli

Expand Down

0 comments on commit fab6f69

Please sign in to comment.