From 2b8946b36d0665fee4ca4febd71e0af38b5b8b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 11:46:52 +0530 Subject: [PATCH] chore(deps): update grafana/loki docker tag to v2.9.7 (#1190) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- boot-strategy-plugin/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot-strategy-plugin/docker-compose.yml b/boot-strategy-plugin/docker-compose.yml index 5f88d518e..70a29413f 100644 --- a/boot-strategy-plugin/docker-compose.yml +++ b/boot-strategy-plugin/docker-compose.yml @@ -20,7 +20,7 @@ services: test: wget --no-verbose --tries=1 --spider http://localhost:3200/status || exit 1 loki: - image: grafana/loki:2.9.6 + image: grafana/loki:2.9.7 extra_hosts: ['host.docker.internal:host-gateway'] container_name: loki command: [ "-config.file=/etc/loki/local-config.yaml" ]