Skip to content

Commit 7e3d81f

Browse files
authored
Update mongo docker image version (#13829)
1 parent 893d438 commit 7e3d81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/mongo/mongo-common/testing/src/main/java/io/opentelemetry/instrumentation/mongo/testing/AbstractMongoClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public abstract class AbstractMongoClientTest<T> {
5252
@BeforeAll
5353
void setup() {
5454
mongodb =
55-
new GenericContainer<>("mongo:4.0")
55+
new GenericContainer<>("mongo:4.2")
5656
.withExposedPorts(27017)
5757
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("mongodb")));
5858
mongodb.start();

0 commit comments

Comments
 (0)