Skip to content

Commit bc959ee

Browse files
committed
Bump nethermind and ejector
1 parent e50628d commit bc959ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111
nethermind:
12-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.8}
12+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.9}
1313
restart: unless-stopped
1414
ports:
1515
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -205,7 +205,7 @@ services:
205205
# |__/
206206

207207
validator-ejector:
208-
image: lidofinance/validator-ejector:${VALIDATOR_EJECTOR_VERSION:-1.6.0}
208+
image: lidofinance/validator-ejector:${VALIDATOR_EJECTOR_VERSION:-1.7.0}
209209
user: ":"
210210
networks: [dvnode]
211211
volumes:

0 commit comments

Comments
 (0)