Skip to content

Commit f59d183

Browse files
committed
Run docker integration tests using testcontainers
1 parent 68e3b9f commit f59d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/funtest/groovy/support/MongoHelper.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MongoHelper {
1818
static id = new AtomicLong()
1919

2020
static prepareDB(){
21-
def mongoDBContainer = new MongoDBContainer(DockerImageName.parse("mongo:4.0.10"))
21+
def mongoDBContainer = new MongoDBContainer(DockerImageName.parse("mongo:3.2"))
2222
mongoDBContainer.setPortBindings(["27017:27017"])
2323

2424
mongoDBContainer.start()

0 commit comments

Comments
 (0)