Skip to content

Commit d6e5433

Browse files
chore(deps): pin otel/opentelemetry-collector-contrib docker tag to 45392d5
1 parent 7aebc1b commit d6e5433

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
@@ -39,7 +39,7 @@ class AwsXrayRemoteSamplerIntegrationTest {
3939

4040
@Container
4141
private static final GenericContainer<?> otelCollector =
42-
new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-contrib:0.136.0"))
42+
new GenericContainer<>(DockerImageName.parse("otel/opentelemetry-collector-contrib:0.136.0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621"))
4343
.withExposedPorts(13133, 2000)
4444
.waitingFor(Wait.forHttp("/").forPort(13133))
4545
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)