Skip to content

Commit

Permalink
chore: update chainhook-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Nov 1, 2023
1 parent 7dc1359 commit 4d1e826
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ordhook-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ redis = "0.21.5"
serde-redis = "0.12.0"
hex = "0.4.3"
rand = "0.8.5"
chainhook-sdk = { version = "=0.10.4", features = ["zeromq"] }
chainhook-sdk = { version = "=0.10.5", features = ["zeromq"] }
# chainhook-sdk = { version = "=0.10.1", path = "../../../chainhook/components/chainhook-sdk", default-features = false, features = ["zeromq", "log"] }
hiro-system-kit = "0.3.1"
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
Expand Down
4 changes: 1 addition & 3 deletions dockerfiles/components/ordhook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:bullseye as build

WORKDIR /src

RUN apt update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev curl gnupg
RUN apt-get update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev curl gnupg

RUN rustup update 1.72.0 && rustup default 1.72.0

Expand All @@ -16,8 +16,6 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -

RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

RUN apt-get update

RUN apt-get install nodejs -y

RUN npm install -g @napi-rs/cli yarn
Expand Down

0 comments on commit 4d1e826

Please sign in to comment.