Skip to content

Commit

Permalink
Bump lighthouse and nethermind too
Browse files Browse the repository at this point in the history
  • Loading branch information
OisinKyne committed Jul 23, 2024
1 parent 0e72b5c commit 554c0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
nethermind:
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.25.4}
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.27.0}
restart: unless-stopped
ports:
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
# |___/

lighthouse:
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.2.0}
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.2.1}
ports:
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
Expand Down

0 comments on commit 554c0ec

Please sign in to comment.