Skip to content

Commit fa14763

Browse files
chore(deps): update docker dependency updates
1 parent fd0a123 commit fa14763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-el.yml

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

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ services:
187187
restart: unless-stopped
188188

189189
grafana:
190-
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
190+
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
191191
user: ":"
192192
ports:
193193
- ${MONITORING_IP_GRAFANA:-0.0.0.0}:${MONITORING_PORT_GRAFANA:-3000}:3000

0 commit comments

Comments
 (0)