Skip to content

Commit

Permalink
fix: CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Nov 25, 2023
1 parent 1ea7bb3 commit ba92093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class MongoLauncher {
private static final String DEV_CONNECTION_STRING = "mongodb://root:root@localhost";
private static final MongoDBContainer MONGO_CONTAINER = new MongoDBContainer(DockerImageName.parse("mongo:4.0.10"))
private static final MongoDBContainer MONGO_CONTAINER = new MongoDBContainer(DockerImageName.parse("mongo:5.0.8"))
.withNetworkAliases("mongo")
.withReuse(true);

Expand Down

0 comments on commit ba92093

Please sign in to comment.