From a1e4697fbb3149e2cb2747cf10f5045f178cfcc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Apr 2025 14:37:25 +0000 Subject: [PATCH] Update docker-compose app version to 0.3.268 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b208d1f..c786262 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.264 + image: digmatic/digma-compound:0.3.268 ports: - 5049:5049 - 5050:5050 @@ -64,7 +64,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.264 + - ApplicationVersion=0.3.268 depends_on: - digma-persistence restart: unless-stopped