Skip to content

Commit

Permalink
mongo image in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SakulK committed Oct 3, 2024
1 parent 11254af commit cf53f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object MongoTestConn {
var client: Option[MongoClient] = None

private val containerDef =
MongoDBContainer.Def(DockerImageName.parse("mongo:5.0.10"))
MongoDBContainer.Def(DockerImageName.parse("mongo:6.0.14"))
private var containerRef: Option[MongoDBContainer] = None

def create(threadNamePrefix: String): EventLoopGroup = {
Expand Down

0 comments on commit cf53f81

Please sign in to comment.