Skip to content

Commit

Permalink
Use forked local-hyperrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 15, 2024
1 parent beff513 commit c251a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-image/hyperrpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:1.78-alpine as builder

RUN apk update \
&& apk add musl-dev git capnproto-dev \
&& git clone https://github.com/enviodev/local-hyperrpc \
&& git clone https://github.com/fewensa/local-hyperrpc \
&& cd local-hyperrpc \
&& cargo build --release

Expand Down

0 comments on commit c251a8f

Please sign in to comment.