From 960b8fc6334b48f2e739da8927b258e998a61659 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 10 Apr 2025 08:25:45 +0000 Subject: [PATCH] Update docker-compose app version to 0.3.273 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 826ed1c..4027159 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -44,7 +44,7 @@ services: - BADGER_SPAN_STORE_TTL=336h0m0s restart: unless-stopped digma-compound: - image: digmatic/digma-compound:0.3.269 + image: digmatic/digma-compound:0.3.273 ports: - 5049:5049 - 5050:5050 @@ -64,7 +64,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.269 + - ApplicationVersion=0.3.273 depends_on: - digma-persistence restart: unless-stopped