mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Bump Rust version for dockerfile (#842)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user