Skip to content

Commit 6599f48

Browse files
Update otel/opentelemetry-collector-contrib Docker tag to v0.150.1 (#2762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d66ee1 commit 6599f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.149.0@sha256:0fba96233274f6d665ac8831ad99dfe6479a9a20459f6e2719c0d20945773b46"))
48+
"otel/opentelemetry-collector-contrib:0.150.1@sha256:a516c26968aa1feb5e5fc0562e3338ea13755cb4f373603226bcc4e276374ad0"))
4949
.withExposedPorts(13133, 2000)
5050
.waitingFor(Wait.forHttp("/").forPort(13133))
5151
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)