Skip to content

Commit 4d92d0a

Browse files
authored
Version bump after hoodi fulu (#371)
Ideally wait for Prysm patch as well.
1 parent 6e7fdbc commit 4d92d0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.10a7}
32+
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10}
3333
command: |
3434
-${NETWORK}
3535
-loglevel=debug

compose-vc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
build:
4040
context: nimbus
4141
args:
42-
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.9.2}
42+
VERSION: ${VC_NIMBUS_VERSION:-multiarch-v25.10.0}
4343
depends_on: [charon]
4444
networks: [dvnode]
4545
environment:

docker-compose.yml

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

149149
mev-boost:
150-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a7}
150+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10}
151151
profiles: [""]
152152
command: |
153153
-${NETWORK}

0 commit comments

Comments
 (0)