From f2a2ca29ebe1a4aba8b9e70edbb6ac9248781f20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 13:41:23 +0000 Subject: [PATCH] Update docker-compose app version to 0.3.152 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6451386..f78a448 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -56,7 +56,7 @@ services: - BADGER_SPAN_STORE_TTL=336h0m0s restart: unless-stopped digma-compound: - image: digmatic/digma-compound:0.3.151 + image: digmatic/digma-compound:0.3.152 ports: - 5049:5049 - 5050:5050 @@ -77,7 +77,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.151 + - ApplicationVersion=0.3.152 depends_on: - digma-persistence restart: unless-stopped