Skip to content

Commit e8a0a94

Browse files
committed
Upgrade to Mongo 4 in integration tests
Following on from 97fc371
1 parent eaf5ccc commit e8a0a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/intTest/java/uk/nhs/adaptors/gp2gp/testcontainers/MongoDbContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@Slf4j
88
public final class MongoDbContainer extends GenericContainer<MongoDbContainer> {
99
public static final int MONGODB_PORT = 27017;
10-
public static final String DEFAULT_IMAGE_AND_TAG = "mongo:3.6.23";
10+
public static final String DEFAULT_IMAGE_AND_TAG = "mongo:4.0.28";
1111
private static MongoDbContainer container;
1212

1313
private MongoDbContainer() {

0 commit comments

Comments
 (0)