Skip to content
Open
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
6 changes: 3 additions & 3 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:${CL_TEKU_VERSION:-26.3.0}
image: consensys/teku:${CL_TEKU_VERSION:-26.4.0}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
Expand Down Expand Up @@ -120,7 +120,7 @@ services:

cl-lodestar:
profiles: [cl-lodestar]
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.40.0}
image: chainsafe/lodestar:${CL_LODESTAR_VERSION:-v1.41.1}
restart: unless-stopped
labels:
- "alloy-monitored=${CL_LODESTAR_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.3}
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
4 changes: 2 additions & 2 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.41.1}
depends_on: [charon]
entrypoint: /opt/lodestar/run.sh
networks: [dvnode]
Expand Down Expand Up @@ -86,7 +86,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
8 changes: 4 additions & 4 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 @@ -126,7 +126,7 @@ services:
# |_|\___/ \__,_|\___||___/\__\__,_|_|

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

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

grafana:
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
image: grafana/grafana:${GRAFANA_VERSION:-12.4.2}
user: ":"
ports:
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000
Expand Down
Loading