From 53c147baea4153705d2930da02c6cfa301881c24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:16:26 +0000 Subject: [PATCH] chore(deps): update jaegertracing/all-in-one docker tag to v1.59 --- demo-app/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/compose.yaml b/demo-app/compose.yaml index 0f3a01d2a..556a864c8 100644 --- a/demo-app/compose.yaml +++ b/demo-app/compose.yaml @@ -9,7 +9,7 @@ services: - "4317:4317" # OTLP gRPC - "4318:4318" # OTLP HTTP jaeger: - image: "jaegertracing/all-in-one:1.58" + image: "jaegertracing/all-in-one:1.59" environment: - COLLECTOR_OTLP_ENABLED=true ports: