1
0
Fork 0
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:
Roman Zeyde 2021-04-16 09:46:35 +03:00
parent 3780d7d48b
commit d442501e26

View file

@ -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