Skip to content

Commit

Permalink
Update dd-apm-test-agent to 1.18.0 (current release) (#4004)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Pudeyev <code@olegp.name>
  • Loading branch information
p-datadog and p authored Oct 17, 2024
1 parent 69044b1 commit 60febf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test_containers:
image: memcached:1.5-alpine
- &memcached_port 11211
- &container_testagent
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
name: testagent
environment:
- LOG_LEVEL=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ services:
- ddagent_var_run:/var/run/datadog

testagent:
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
ports:
- "127.0.0.1:${DD_TRACE_AGENT_PORT}:9126"
depends_on:
Expand Down

0 comments on commit 60febf8

Please sign in to comment.