diff --git a/compose-el.yml b/compose-el.yml index c31e4f4b..956f83cf 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.1} + image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.2} restart: unless-stopped ports: - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP diff --git a/docker-compose.yml b/docker-compose.yml index 0d850d3c..2f05acb4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_| nethermind: - image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1} + image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2} profiles: [""] restart: unless-stopped ports: