Skip to content

Commit

Permalink
Revert v1.18.0 to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 1, 2024
1 parent 51446c7 commit 13c845f
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.18.0
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.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.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:
Expand Down

0 comments on commit 13c845f

Please sign in to comment.