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 4223a75 commit 3cb3ca4Copy full SHA for 3cb3ca4
compose-mev.yml
@@ -29,7 +29,7 @@ services:
29
30
mev-mevboost:
31
profiles: [mev-mevboost]
32
- image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10}
+ image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10.1}
33
command: |
34
-${NETWORK}
35
-loglevel=debug
docker-compose.yml
@@ -148,7 +148,7 @@ services:
148
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
149
150
mev-boost:
151
- image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10}
+ image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10.1}
152
profiles: [""]
153
154
0 commit comments