Skip to content

Commit

Permalink
Update Rust toolchain, update Dockerfile to use zkbtc-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Feb 9, 2024
1 parent 09fa6f9 commit ce83498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the `zkbtc` binary
FROM rust as build
FROM rust:1.76 as build

WORKDIR /app

Expand All @@ -18,7 +18,7 @@ RUN apt update; \
npm install -g snarkjs@latest

ENV PATH=/root/.local/bin:$PATH
COPY --link --from=build /app/target/release/zkbtc /usr/local/bin/
COPY --link --from=build /app/target/release/zkbtc-admin /usr/local/bin/

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.75.0"
channel = "1.76.0"

0 comments on commit ce83498

Please sign in to comment.