mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update deps (#1322)
* Run cargo update * Upgrade prometheus * Update hex * Upgrade parking-lot * Upgrade num-bigint * Upgrade sha2 * Update dockerfile Rust version * Run cargo update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.43.1 AS builder
|
||||
FROM rust:1.44.1 AS builder
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && make
|
||||
|
||||
Reference in New Issue
Block a user