From 120fd817597eed12d76e13bddffe534fa658faf7 Mon Sep 17 00:00:00 2001 From: Kaloyan Tanev Date: Thu, 6 Nov 2025 18:17:41 +0100 Subject: [PATCH] Latest Fulu 06.11 --- compose-el.yml | 4 ++-- compose-mev.yml | 2 +- docker-compose.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compose-el.yml b/compose-el.yml index 68972d82..8032010d 100644 --- a/compose-el.yml +++ b/compose-el.yml @@ -11,7 +11,7 @@ services: el-nethermind: profiles: [el-nethermind] - image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.0} + image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.2} restart: unless-stopped ports: - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP @@ -48,7 +48,7 @@ services: el-reth: profiles: [el-reth] - image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.3} + image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.0} restart: unless-stopped ports: - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP diff --git a/compose-mev.yml b/compose-mev.yml index 081ae8d3..bac5bf2a 100644 --- a/compose-mev.yml +++ b/compose-mev.yml @@ -11,7 +11,7 @@ services: mev-commitboost: profiles: [mev-commitboost] - image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.1} + image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.2} environment: - CB_CONFIG=/etc/commit-boost/config.toml volumes: diff --git a/docker-compose.yml b/docker-compose.yml index a0de584c..b4d1404d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_| nethermind: - image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.0} + image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.2} profiles: [""] restart: unless-stopped ports: @@ -168,7 +168,7 @@ services: # |___/ prometheus: - image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.2} + image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.3} user: ":" networks: [dvnode] environment: