We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50628d commit bc959eeCopy full SHA for bc959ee
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
10
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
11
nethermind:
12
- image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.8}
+ image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.9}
13
restart: unless-stopped
14
ports:
15
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -205,7 +205,7 @@ services:
205
# |__/
206
207
validator-ejector:
208
- image: lidofinance/validator-ejector:${VALIDATOR_EJECTOR_VERSION:-1.6.0}
+ image: lidofinance/validator-ejector:${VALIDATOR_EJECTOR_VERSION:-1.7.0}
209
user: ":"
210
networks: [dvnode]
211
volumes:
0 commit comments