From 069a68de5c5b116de7aef2719013e6a936f835c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:01:45 +0000 Subject: [PATCH] chore(deps): update grafana/promtail docker tag to v3.6.5 --- templates/monitoring/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/monitoring/docker-compose.yml b/templates/monitoring/docker-compose.yml index 4ad21d1..91936fd 100644 --- a/templates/monitoring/docker-compose.yml +++ b/templates/monitoring/docker-compose.yml @@ -69,7 +69,7 @@ services: # PORT 9080 promtail: - image: grafana/promtail:3.4.0 + image: grafana/promtail:3.6.5 container_name: promtail volumes: - ./promtail/promtail.yml:/etc/promtail/config.yml