Bump Rust version for dockerfile (#842)

This commit is contained in:
Paul Hauner 2020-02-10 17:58:22 +11:00 committed by GitHub
parent e0b9fa599f
commit 03e77390a3

View File

@ -1,4 +1,4 @@
FROM rust:1.40.0 AS builder
FROM rust:1.41.0 AS builder
COPY . lighthouse
RUN cd lighthouse && make && cargo clean