From bbd0aed550260372666e9c06e59afafd71c166e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:16:26 +0000 Subject: [PATCH] chore(deps): update nethermind/nethermind docker tag to v1.36.1 --- compose-el.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose-el.yml b/compose-el.yml index 335a0a2d..c31e4f4b 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.36.0} + image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.1} restart: unless-stopped ports: - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP diff --git a/docker-compose.yml b/docker-compose.yml index 09433c70..5c5a0045 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_| nethermind: - image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.0} + image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1} profiles: [""] restart: unless-stopped ports: