From a1ab74715a1465e4d83a5e32d55a5650f12cf20b Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 7 Jun 2024 18:12:24 +0200 Subject: [PATCH] chore: bump lh base image --- lighthouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/Dockerfile b/lighthouse/Dockerfile index 6e2d7ef..a79fe41 100644 --- a/lighthouse/Dockerfile +++ b/lighthouse/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77-bullseye AS builder +FROM rust:1.78-bullseye AS builder RUN apt-get clean && apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler COPY . lighthouse ARG FEATURES=gnosis,spec-minimal,slasher-lmdb,jemalloc