Skip to content

Commit 60e4425

Browse files
chore(deps): update nethermind/nethermind docker tag to v1.36.1 (#279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3358ff commit 60e4425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
el-nethermind:
1313
profiles: [el-nethermind]
14-
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.0}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.1}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111

1212
nethermind:
13-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.0}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:

0 commit comments

Comments
 (0)