Skip to content

Commit ab96715

Browse files
chore(deps): update docker dependency updates
1 parent fa50673 commit ab96715

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose-el.yml

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

5050
el-reth:
5151
profiles: [el-reth]
52-
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v1.11.3}
52+
image: ghcr.io/paradigmxyz/reth:${EL_RETH_VERSION:-v2.1.0}
5353
restart: unless-stopped
5454
ports:
5555
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-monitoring.yml

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

2323
grafana:
2424
profiles: [monitoring-visualization]
25-
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
25+
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
2626
user: ":"
2727
ports:
2828
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ services:
198198
restart: unless-stopped
199199

200200
grafana:
201-
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
201+
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
202202
profiles: [""]
203203
user: ":"
204204
ports:

0 commit comments

Comments
 (0)