From 58a9f979e01a3d6c79038f5e9a3bafb6504fb505 Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Thu, 28 May 2020 06:47:29 +0530 Subject: [PATCH] Upgrade docker rust version (#1207) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8626ed252..39d0eb2b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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