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 dbdb8fd commit 4223a75Copy full SHA for 4223a75
compose-el.yml
@@ -48,7 +48,7 @@ services:
48
49
el-reth:
50
profiles: [el-reth]
51
- image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.1}
+ image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.9.2}
52
restart: unless-stopped
53
ports:
54
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP
compose-vc.yml
@@ -60,7 +60,7 @@ services:
60
61
vc-prysm:
62
profiles: [vc-prysm]
63
- image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v6.1.4}
+ image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.0.0}
64
platform: "linux/amd64"
65
depends_on: [charon]
66
networks: [dvnode]
0 commit comments