We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad5206 commit fab6f69Copy full SHA for fab6f69
dockerfiles/components/chainhook-node.dockerfile
@@ -4,7 +4,7 @@ WORKDIR /src
4
5
RUN apt update && apt install -y ca-certificates pkg-config libssl-dev
6
7
-RUN rustup update 1.59.0 && rustup default 1.59.0
+RUN rustup update 1.67.0 && rustup default 1.67.0
8
9
COPY ./components/chainhook-cli /src/components/chainhook-cli
10
0 commit comments