Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Update rust
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Sep 27, 2021
1 parent 4745c4a commit 1c82cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=master

FROM rust:1.48.0-slim as electrs-build
FROM rust:1.55.0-slim-bullseye as electrs-build

ARG VERSION

Expand All @@ -11,7 +11,7 @@ RUN rustup component add rustfmt
# Build, test and install electrs
WORKDIR /build/electrs
RUN git clone --depth=1 --branch $VERSION https://github.com/romanz/electrs .
RUN echo "1.48.0" > rust-toolchain
RUN echo "1.55.0" > rust-toolchain
RUN cargo fmt -- --check
RUN cargo build --locked --release --all
RUN cargo test --locked --release --all
Expand Down

0 comments on commit 1c82cdf

Please sign in to comment.