Skip to content

Commit fab6f69

Browse files
author
Ludo Galabru
committed
fix: update rust version in docker build
1 parent 6ad5206 commit fab6f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/components/chainhook-node.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

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

7-
RUN rustup update 1.59.0 && rustup default 1.59.0
7+
RUN rustup update 1.67.0 && rustup default 1.67.0
88

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

0 commit comments

Comments
 (0)