Skip to content

Commit 8dc94aa

Browse files
authored
Downgrade Rust version in Dockerfile
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
1 parent 629aa47 commit 8dc94aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lighthouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91-bullseye AS builder
1+
FROM rust:1.88-bullseye AS builder
22
RUN apt-get clean && apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler
33
COPY . lighthouse
44
ARG FEATURES=gnosis,spec-minimal,slasher-lmdb

0 commit comments

Comments
 (0)