We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69044b1 commit 60febf8Copy full SHA for 60febf8
.circleci/config.yml
@@ -107,7 +107,7 @@ test_containers:
107
image: memcached:1.5-alpine
108
- &memcached_port 11211
109
- &container_testagent
110
- 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
111
name: testagent
112
environment:
113
- LOG_LEVEL=DEBUG
docker-compose.yml
@@ -203,7 +203,7 @@ services:
203
- ddagent_var_run:/var/run/datadog
204
205
testagent:
206
207
ports:
208
- "127.0.0.1:${DD_TRACE_AGENT_PORT}:9126"
209
depends_on:
0 commit comments