fix: update rust version in docker build

This commit is contained in:
Ludo Galabru
2023-03-01 15:54:23 -05:00
parent 6ad52061eb
commit fab6f69df5

View File

@@ -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