From 8355efb6acf0b59716682db4d79778ec94405efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:14:59 +0000 Subject: [PATCH] chore(deps): update grafana/loki docker tag to v3.3.2 --- 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 c88749bef..21ba94c3a 100644 --- a/boot-strategy-plugin/docker-compose.yml +++ b/boot-strategy-plugin/docker-compose.yml @@ -19,7 +19,7 @@ services: test: wget --no-verbose --tries=1 --spider http://localhost:3200/status || exit 1 loki: - image: grafana/loki:3.3.1 + image: grafana/loki:3.3.2 extra_hosts: ['host.docker.internal:host-gateway'] container_name: loki command: [ "-config.file=/etc/loki/local-config.yaml" ]