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 ecc471b commit f12fffeCopy full SHA for f12fffe
docker-compose.yml
@@ -48,7 +48,7 @@ services:
48
# |___/
49
50
lighthouse:
51
- image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.0}
+ image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v8.0.1}
52
profiles: [""]
53
ports:
54
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
@@ -147,7 +147,7 @@ services:
147
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
148
149
mev-boost:
150
- image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10}
+ image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10.1}
151
152
command: |
153
-${NETWORK}
0 commit comments