From 26ff8ee54f9f2348b902160a5fca13c84d70e4c1 Mon Sep 17 00:00:00 2001 From: parithosh Date: Mon, 11 Dec 2023 14:59:21 +0100 Subject: [PATCH] bump lh --- lighthouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse/Dockerfile b/lighthouse/Dockerfile index ce2b1bd..9997460 100644 --- a/lighthouse/Dockerfile +++ b/lighthouse/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69-bullseye AS builder +FROM rust:1.73-bullseye AS builder RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler COPY . lighthouse RUN cd lighthouse && make