diff --git a/.circleci/config.yml b/.circleci/config.yml index 0951d85e174..7efeec46ea3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.18.0 + image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0 name: testagent environment: - LOG_LEVEL=DEBUG diff --git a/docker-compose.yml b/docker-compose.yml index d912ce7bc8d..a87492ea8da 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -203,7 +203,7 @@ services: - ddagent_var_run:/var/run/datadog testagent: - image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0 + image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0 ports: - "127.0.0.1:${DD_TRACE_AGENT_PORT}:9126" depends_on: