From c294102770df89e66ba3e14c240c6a026bfbad7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:01:33 +0000 Subject: [PATCH] chore(deps): update grafana/tempo docker tag to v3.0.1 --- examples/example-exemplars-tail-sampling/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-exemplars-tail-sampling/docker-compose.yaml b/examples/example-exemplars-tail-sampling/docker-compose.yaml index 7fb09e1ee..a597557c8 100644 --- a/examples/example-exemplars-tail-sampling/docker-compose.yaml +++ b/examples/example-exemplars-tail-sampling/docker-compose.yaml @@ -52,7 +52,7 @@ services: - --enable-feature=native-histograms - --config.file=/prometheus.yaml tempo: - image: grafana/tempo:3.0.0@sha256:78439f7f7cf3c97122846c13a832e060c6c7ef67dcc814dccf0a5f3f78393a93 + image: grafana/tempo:3.0.1@sha256:0be6a4bfeef2b2c32261c4b4ec2596733bb858ccd4aa35964503f90b41bc9f8d network_mode: host volumes: - ./config/tempo-config.yaml:/config.yaml