Skip to content

Commit 60febf8

Browse files
p-datadogp
andauthored
Update dd-apm-test-agent to 1.18.0 (current release) (#4004)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 69044b1 commit 60febf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ test_containers:
107107
image: memcached:1.5-alpine
108108
- &memcached_port 11211
109109
- &container_testagent
110-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
110+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
111111
name: testagent
112112
environment:
113113
- LOG_LEVEL=DEBUG

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ services:
203203
- ddagent_var_run:/var/run/datadog
204204

205205
testagent:
206-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
206+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
207207
ports:
208208
- "127.0.0.1:${DD_TRACE_AGENT_PORT}:9126"
209209
depends_on:

0 commit comments

Comments
 (0)