Skip to content

Commit e7161f2

Browse files
chore(deps): update grafana/grafana docker tag to v12.4.1
1 parent 86566b0 commit e7161f2

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

0 commit comments

Comments
 (0)