Upgrade docker rust version (#1207)

This commit is contained in:
Pawan Dhananjay
2020-05-28 06:47:29 +05:30
committed by GitHub
parent 61496d8dad
commit 58a9f979e0

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