From a785eee64dd019541bfabdde28e465b4a6cb35ca Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:49:28 -0300 Subject: [PATCH] geth-v1.14.8 --- shared/services/config/geth-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 144ec055e..b0498c360 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -8,8 +8,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.14.7" - gethTagTest string = "ethereum/client-go:v1.14.7" + gethTagProd string = "ethereum/client-go:v1.14.8" + gethTagTest string = "ethereum/client-go:v1.14.8" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" )