diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca5a947885d..fed9f25df92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -892,7 +892,7 @@ muzzle-dep-report: CI_USE_TEST_AGENT: "true" CI_AGENT_HOST: local-agent services: - - name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.44.0 + - name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.64.1 alias: local-agent variables: LOG_LEVEL: "DEBUG" @@ -911,7 +911,7 @@ muzzle-dep-report: CI_USE_TEST_AGENT: "true" CI_AGENT_HOST: local-agent services: - - name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.44.0 + - name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.64.1 alias: local-agent variables: LOG_LEVEL: "DEBUG" diff --git a/dd-trace-core/src/test/java/datadog/trace/TracerConnectionReliabilityTest.java b/dd-trace-core/src/test/java/datadog/trace/TracerConnectionReliabilityTest.java index eecd93bb2b5..cfda2f730c7 100644 --- a/dd-trace-core/src/test/java/datadog/trace/TracerConnectionReliabilityTest.java +++ b/dd-trace-core/src/test/java/datadog/trace/TracerConnectionReliabilityTest.java @@ -132,7 +132,7 @@ GenericContainer startTestAgentContainer() { // because we need to know the exposed to configure the tracer at start GenericContainer agentContainer = new FixedHostPortGenericContainer( - "registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.44.0") + "registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.64.1") .withFixedExposedPort(agentContainerPort, DEFAULT_TRACE_AGENT_PORT) .withEnv( "ENABLED_CHECKS",