Bump Rust version for dockerfile (#842)
This commit is contained in:
parent
e0b9fa599f
commit
03e77390a3
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.40.0 AS builder
|
FROM rust:1.41.0 AS builder
|
||||||
COPY . lighthouse
|
COPY . lighthouse
|
||||||
RUN cd lighthouse && make && cargo clean
|
RUN cd lighthouse && make && cargo clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user