From 75f867f182f3916741ce5884e3591126604019b3 Mon Sep 17 00:00:00 2001 From: oleksandrh Date: Fri, 21 Jun 2024 13:39:46 +0300 Subject: [PATCH] bump 0.3.65 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d8f4bd2..a5c70ab 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.64 + image: digmatic/digma-compound:0.3.65 ports: - "5049:5049" - "5050:5050" @@ -80,7 +80,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.64 + - ApplicationVersion=0.3.65 depends_on: - digma-persistence restart: unless-stopped