From 12e68ff1ec5ec5ac43e0cbcfaebf735c6f20e9d7 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 27 Jul 2023 20:14:12 -0600 Subject: [PATCH] Use latest stable lighthouse release --- app/data/container-build/cerc-lighthouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/container-build/cerc-lighthouse/Dockerfile b/app/data/container-build/cerc-lighthouse/Dockerfile index 9391e93d..2cd95ad4 100644 --- a/app/data/container-build/cerc-lighthouse/Dockerfile +++ b/app/data/container-build/cerc-lighthouse/Dockerfile @@ -1,5 +1,5 @@ ARG TAG_SUFFIX="-modern" -FROM sigp/lighthouse:v4.1.0${TAG_SUFFIX} +FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX} RUN apt-get update; apt-get install bash netcat curl less jq -y;