mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Use --locked, upgrade Dockerfile Rust version (#894)
* Upgrade docker Rust version * Use --locked for cargo install
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM rust:1.41.0 AS builder
|
||||
FROM rust:1.41.1 AS builder
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && make
|
||||
RUN cd lighthouse && cargo install --path lcli
|
||||
RUN cd lighthouse && cargo install --path lcli --locked
|
||||
|
||||
FROM debian:buster-slim
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user