diff --git a/docker-compose.yaml b/docker-compose.yaml index 826ed1c..9414aef 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.269 + image: digmatic/digma-compound:0.3.271 ports: - 5049:5049 - 5050:5050 @@ -64,7 +64,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.269 + - ApplicationVersion=0.3.271 depends_on: - digma-persistence restart: unless-stopped