Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHackett12 authored Nov 7, 2023
1 parent b708499 commit b67be94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
# |___/

geth:
image: ethereum/client-go:${GETH_VERSION:-v1.12.2}
image: ethereum/client-go:${GETH_VERSION:-v1.13.4}
ports:
- ${GETH_PORT_P2P:-30303}:30303/tcp # P2P TCP
- ${GETH_PORT_P2P:-30303}:30303/udp # P2P UDP
Expand Down Expand Up @@ -45,7 +45,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v4.2.0}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v4.5.0}
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.10.0}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.11.3}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down

0 comments on commit b67be94

Please sign in to comment.