Skip to content

Commit 4f9fb24

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.138.0 (#2391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3775c0b commit 4f9fb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static boolean hasAwsCredentials() {
4545
private static final GenericContainer<?> otelCollector =
4646
new GenericContainer<>(
4747
DockerImageName.parse(
48-
"otel/opentelemetry-collector-contrib:0.137.0@sha256:886722fe0f37af9d1fe24d29529253ec59fbf263b3b1df4facaf221373e19d23"))
48+
"otel/opentelemetry-collector-contrib:0.138.0@sha256:4a951ff0a9772f4fa8e9c7a326434370301b98b2b813933468dcb54aa6a6b5e5"))
4949
.withExposedPorts(13133, 2000)
5050
.waitingFor(Wait.forHttp("/").forPort(13133))
5151
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)