diff --git a/compose-el.yml b/compose-el.yml index c31e4f4b..b8820629 100644 --- a/compose-el.yml +++ b/compose-el.yml @@ -48,7 +48,7 @@ services: el-reth: profiles: [el-reth] - image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.11.3} + image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.0.0} restart: unless-stopped ports: - ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP diff --git a/docker-compose.yml b/docker-compose.yml index c97a4aac..7dbf219b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -187,7 +187,7 @@ services: restart: unless-stopped grafana: - image: grafana/grafana:${GRAFANA_VERSION:-12.4.1} + image: grafana/grafana:${GRAFANA_VERSION:-13.0.1} user: ":" ports: - ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000