From 5759e31f3da04ebd7fdc334397b8769c5cb018ca Mon Sep 17 00:00:00 2001 From: olehp Date: Wed, 10 Jul 2024 21:01:46 +0300 Subject: [PATCH] Update version --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fbb2f16..1c821e5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -59,7 +59,7 @@ services: image: digmatic/ds:0.0.22 restart: unless-stopped digma-compound: - image: digmatic/digma-compound:0.3.68 + image: digmatic/digma-compound:0.3.72 ports: - 5049:5049 - 5050:5050 @@ -81,7 +81,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.68 + - ApplicationVersion=0.3.72 depends_on: - digma-persistence restart: unless-stopped