mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 22:36:37 +01:00
Fixup Rust version in Dockerfile
This commit is contained in:
parent
3780d7d48b
commit
d442501e26
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
### Electrum Rust Server ###
|
||||
FROM rust:1.48.0-slim as electrs-build
|
||||
FROM rust:1.41.1-slim as electrs-build
|
||||
RUN apt-get update
|
||||
RUN apt-get install -qq -y clang cmake
|
||||
RUN rustup component add rustfmt
|
||||
|
|
Loading…
Add table
Reference in a new issue