Skip to content

Commit 3cb3ca4

Browse files
committed
Update mev-boost:
1 parent 4223a75 commit 3cb3ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-mev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929

3030
mev-mevboost:
3131
profiles: [mev-mevboost]
32-
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10}
32+
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10.1}
3333
command: |
3434
-${NETWORK}
3535
-loglevel=debug

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ services:
148148
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
149149

150150
mev-boost:
151-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10}
151+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10.1}
152152
profiles: [""]
153153
command: |
154154
-${NETWORK}

0 commit comments

Comments
 (0)