mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +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
|
COPY . lighthouse
|
||||||
RUN cd lighthouse && make
|
RUN cd lighthouse && make
|
||||||
RUN cd lighthouse && cargo install --path lcli --locked
|
RUN cd lighthouse && cargo install --path lcli --locked
|
||||||
|
|||||||
Reference in New Issue
Block a user