From 4327ca8cfad42701857680f9a72d67d671f5f174 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:17:30 -0500 Subject: [PATCH] update the image version to work with the given example (#2358) (#2366) (cherry picked from commit c22f0a1dc6526a288e541f4629c70f35d413360a) Co-authored-by: Adam ABICHOU <55128590+adamab48@users.noreply.github.com> --- example/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/compose.yaml b/example/compose.yaml index 720a1d8726..7f51d76e7d 100644 --- a/example/compose.yaml +++ b/example/compose.yaml @@ -6,7 +6,7 @@ include: services: alloy: - image: grafana/alloy:v1.0.0 + image: grafana/alloy:v1.5.1 pull_policy: always profiles: ["alloy"] restart: on-failure