Skip to content

Commit 49facd4

Browse files
Update otel/opentelemetry-collector-contrib Docker tag to v0.148.0 (#2712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e86b6de commit 49facd4

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.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5"))
48+
"otel/opentelemetry-collector-contrib:0.148.0@sha256:8164eab2e6bca9c9b0837a8d2f118a6618489008a839db7f9d6510e66be3923c"))
4949
.withExposedPorts(13133, 2000)
5050
.waitingFor(Wait.forHttp("/").forPort(13133))
5151
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)