We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3358ff commit 60e4425Copy full SHA for 60e4425
compose-el.yml
@@ -11,7 +11,7 @@ services:
11
12
el-nethermind:
13
profiles: [el-nethermind]
14
- image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.0}
+ image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.1}
15
restart: unless-stopped
16
ports:
17
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
nethermind:
- image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.0}
+ image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1}
profiles: [""]
0 commit comments