Skip to content

Commit

Permalink
chore: bump lh base image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 7, 2024
1 parent b5936f3 commit 4f5c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4f5c6c1

Please sign in to comment.