Upgrade docker rust version (#1207)

This commit is contained in:
Pawan Dhananjay
2020-05-28 11:17:29 +10:00
committed by GitHub
parent 61496d8dad
commit 58a9f979e0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.41.1 AS builder
FROM rust:1.43.1 AS builder
COPY . lighthouse
RUN cd lighthouse && make
RUN cd lighthouse && cargo install --path lcli --locked