mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Upgrade docker rust version (#1207)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user