Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compose-el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

el-nethermind:
profiles: [el-nethermind]
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.0}
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.2}
restart: unless-stopped
ports:
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down Expand Up @@ -48,7 +48,7 @@ services:

el-reth:
profiles: [el-reth]
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.3}
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.0}
restart: unless-stopped
ports:
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
Expand Down
2 changes: 1 addition & 1 deletion compose-mev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

mev-commitboost:
profiles: [mev-commitboost]
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.1}
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.2}
environment:
- CB_CONFIG=/etc/commit-boost/config.toml
volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|

nethermind:
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.0}
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.2}
profiles: [""]
restart: unless-stopped
ports:
Expand Down Expand Up @@ -168,7 +168,7 @@ services:
# |___/

prometheus:
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.2}
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.7.3}
user: ":"
networks: [dvnode]
environment:
Expand Down