diff --git a/docker-compose.yml b/docker-compose.yml index f2328b42..010ef6b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: # | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| | # |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_| nethermind: - image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.6} + image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.8} restart: unless-stopped ports: - ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP @@ -46,7 +46,7 @@ services: # |___/ lighthouse: - image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v6.0.1} + image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.0} ports: - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP @@ -117,7 +117,7 @@ services: # |_|\___/ \__,_|\___||___/\__\__,_|_| lodestar: - image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.28.1} + image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0} depends_on: [charon] entrypoint: /opt/lodestar/run.sh networks: [dvnode]