Skip to content

Commit 559db3d

Browse files
chore(deps): update grafana/grafana docker tag to v10.4.19
1 parent 4b54270 commit 559db3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:-10.4.0}
25+
image: grafana/grafana:${GRAFANA_VERSION:-10.4.19}
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:-10.4.0}
201+
image: grafana/grafana:${GRAFANA_VERSION:-10.4.19}
202202
profiles: [""]
203203
user: ":"
204204
ports:

0 commit comments

Comments
 (0)