diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 0d0dfb96..fccceb8d 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -25,8 +25,8 @@ import ( // Constants const ( - besuTagTest string = "hyperledger/besu:24.3.0" - besuTagProd string = "hyperledger/besu:24.3.0" + besuTagTest string = "hyperledger/besu:24.3.3" + besuTagProd string = "hyperledger/besu:24.3.3" besuEventLogInterval int = 1000 besuMaxPeers uint16 = 25 besuStopSignal string = "SIGTERM" diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 5b6213cd..b5228f37 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -28,8 +28,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.13.14" - gethTagTest string = "ethereum/client-go:v1.13.14" + gethTagProd string = "ethereum/client-go:v1.14.0" + gethTagTest string = "ethereum/client-go:v1.14.0" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" ) diff --git a/shared/services/config/lodestar-config.go b/shared/services/config/lodestar-config.go index c1d3b191..cac46ed3 100644 --- a/shared/services/config/lodestar-config.go +++ b/shared/services/config/lodestar-config.go @@ -24,8 +24,8 @@ import ( ) const ( - lodestarTagTest string = "chainsafe/lodestar:v1.17.0" - lodestarTagProd string = "chainsafe/lodestar:v1.17.0" + lodestarTagTest string = "chainsafe/lodestar:v1.18.0" + lodestarTagProd string = "chainsafe/lodestar:v1.18.0" defaultLodestarMaxPeers uint16 = 50 ) diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 49083bdf..df5a5716 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -27,11 +27,11 @@ import ( ) const ( - prysmBnTagTest string = "staderlabs/prysm:v5.0.2" - prysmVcTagTest string = "staderlabs/prysm:v5.0.2" + prysmBnTagTest string = "staderlabs/prysm:v5.0.3" + prysmVcTagTest string = "staderlabs/prysm:v5.0.3" - prysmBnTagProd string = "staderlabs/prysm:v5.0.2" - prysmVcTagProd string = "staderlabs/prysm:v5.0.2" + prysmBnTagProd string = "staderlabs/prysm:v5.0.3" + prysmVcTagProd string = "staderlabs/prysm:v5.0.3" defaultPrysmRpcPort uint16 = 5053 defaultPrysmOpenRpcPort bool = false