Skip to content

Commit dbdb8fd

Browse files
committed
Update all but prysm version
1 parent aea0c54 commit dbdb8fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

compose-cl.yml

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

115115
cl-lodestar:
116116
profiles: [cl-lodestar]
117-
image: chainsafe/lodestar:${VC_VERSION:-v1.35.0}
117+
image: chainsafe/lodestar:${VC_VERSION:-v1.36.0}
118118
restart: unless-stopped
119119
labels:
120120
- "promtail-monitored=${CL_LODESTAR_PROMTAIL_MONITORED:-true}"

compose-el.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
el-nethermind:
1313
profiles: [el-nethermind]
14-
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.0}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.35.2}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -48,7 +48,7 @@ services:
4848

4949
el-reth:
5050
profiles: [el-reth]
51-
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.8.3}
51+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.1}
5252
restart: unless-stopped
5353
ports:
5454
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-mev.yml

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

1212
mev-commitboost:
1313
profiles: [mev-commitboost]
14-
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.1}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.2}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
volumes:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111

1212
nethermind:
13-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.0}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.35.2}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:

0 commit comments

Comments
 (0)