From 79df75901334d27bc7e7f44f37799571cefbbbf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Mar 2025 15:22:10 +0000 Subject: [PATCH] Update docker-compose app version to 0.3.254 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0811b8b..9bd3fa2 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.251 + image: digmatic/digma-compound:0.3.254 ports: - 5049:5049 - 5050:5050 @@ -64,7 +64,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.251 + - ApplicationVersion=0.3.254 depends_on: - digma-persistence restart: unless-stopped