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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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