Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions compose-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

cl-grandine:
profiles: [cl-grandine]
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.3}
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.4}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_GRANDINE_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -84,7 +84,7 @@ services:

cl-teku:
profiles: [cl-teku]
image: consensys/teku:${VC_VERSION:-26.3.0}
image: consensys/teku:${VC_VERSION:-26.4.0}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -118,7 +118,7 @@ services:

cl-lodestar:
profiles: [cl-lodestar]
image: chainsafe/lodestar:${VC_VERSION:-v1.40.0}
image: chainsafe/lodestar:${VC_VERSION:-v1.42.0}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -153,7 +153,7 @@ services:

cl-prysm:
profiles: [cl-prysm]
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.2}
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.3}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"
Expand Down
4 changes: 2 additions & 2 deletions compose-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
image: bitnamilegacy/node-exporter:${NODE_EXPORTER_VERSION:-1.9.1}

tempo:
image: grafana/tempo:${TEMPO_VERSION:-2.10.2}
image: grafana/tempo:${TEMPO_VERSION:-2.10.5}
user: ":"
command: -config.file=/etc/tempo/tempo.yaml
volumes:
Expand All @@ -31,7 +31,7 @@ services:
restart: unless-stopped

loki:
image: grafana/loki:${LOKI_VERSION:-3.6.7}
image: grafana/loki:${LOKI_VERSION:-3.7.1}
user: ":"
command: -config.file=/etc/loki/loki.yml
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 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.36.1}
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.2}
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.3}
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.6}
environment:
- CB_CONFIG=/etc/commit-boost/config.toml
volumes:
Expand Down
8 changes: 4 additions & 4 deletions compose-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
services:
prometheus:
profiles: [monitoring-metrics]
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
user: ":"
networks: [dvnode]
environment:
Expand All @@ -22,7 +22,7 @@ services:

grafana:
profiles: [monitoring-visualization]
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
image: grafana/grafana:${GRAFANA_VERSION:-12.4.3}
user: ":"
ports:
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
Expand All @@ -37,7 +37,7 @@ services:

loki:
profiles: [monitoring-log-aggregator]
image: grafana/loki:${LOKI_VERSION:-3.6.7}
image: grafana/loki:${LOKI_VERSION:-3.7.1}
user: ":"
networks: [dvnode]
command: -config.file=/etc/loki/loki.yml
Expand All @@ -48,7 +48,7 @@ services:

alloy:
profiles: [monitoring-log-collector]
image: grafana/alloy:${ALLOY_VERSION:-v1.14.0}
image: grafana/alloy:${ALLOY_VERSION:-v1.16.0}
environment:
CHARON_LOKI_ADDRESSES: ${CHARON_LOKI_ADDRESSES:-}
CLUSTER_NAME: ${CLUSTER_NAME:-}
Expand Down
6 changes: 3 additions & 3 deletions compose-vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

vc-lodestar:
profiles: [vc-lodestar]
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.40.0}
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.42.0}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down Expand Up @@ -61,7 +61,7 @@ services:

vc-prysm:
profiles: [vc-prysm]
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.2}
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.3}
platform: "linux/amd64"
depends_on: [charon]
networks: [dvnode]
Expand All @@ -85,7 +85,7 @@ services:

vc-teku:
profiles: [vc-teku]
image: consensys/teku:${VC_TEKU_VERSION:-26.3.0}
image: consensys/teku:${VC_TEKU_VERSION:-26.4.0}
command: |
validator-client
--beacon-node-api-endpoint "http://charon:3600"
Expand Down
10 changes: 5 additions & 5 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.36.1}
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2}
profiles: [""]
restart: unless-stopped
ports:
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.40.0}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.42.0}
profiles: [""]
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
# |___/

prometheus:
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
profiles: [""]
user: ":"
networks: [dvnode]
Expand All @@ -198,7 +198,7 @@ services:
restart: unless-stopped

grafana:
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
image: grafana/grafana:${GRAFANA_VERSION:-12.4.3}
profiles: [""]
user: ":"
ports:
Expand All @@ -213,7 +213,7 @@ services:
restart: unless-stopped

loki:
image: grafana/loki:${LOKI_VERSION:-3.6.7}
image: grafana/loki:${LOKI_VERSION:-3.7.1}
profiles: [""]
user: ":"
networks: [dvnode]
Expand Down
Loading