From 4f5c6c1630b26a2fca531a603655e5d9c1ef322d Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 7 Jun 2024 18:11:34 +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 57c83d3..6e2d7ef 100644 --- a/lighthouse/Dockerfile +++ b/lighthouse/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76-bullseye AS builder +FROM rust:1.77-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