diff --git a/docker-compose.yaml b/docker-compose.yaml index c1f7574..b9e8420 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.161 + image: digmatic/digma-compound:0.3.164 ports: - 5049:5049 - 5050:5050 @@ -77,7 +77,7 @@ services: - GlobalExceptionSettings__ExposeInternalDetails=true - Kafka__PipelineWorkerCG__Workers=2 - PipelineExecution__NodeExecutionParallelism=1 - - ApplicationVersion=0.3.161 + - ApplicationVersion=0.3.164 depends_on: - digma-persistence restart: unless-stopped