Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 0.3.74 #182

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump to 0.3.74
  • Loading branch information
asafchen-dig committed Jul 16, 2024
commit 4c983c0940387f38fd506f784813748030759dec
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
restart: unless-stopped

digma-compound:
image: digmatic/digma-compound:0.3.73
image: digmatic/digma-compound:0.3.74
ports:
- 5049:5049
- 5050:5050
Expand All @@ -73,7 +73,7 @@ services:
- GlobalExceptionSettings__ExposeInternalDetails=true
- Kafka__PipelineWorkerCG__Workers=2
- PipelineExecution__NodeExecutionParallelism=1
- ApplicationVersion=0.3.73
- ApplicationVersion=0.3.74
depends_on:
- digma-persistence
restart: unless-stopped
Expand Down