We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384145d commit df2252aCopy full SHA for df2252a
src/test/java/main/StartPostgresDocker.java
@@ -15,7 +15,7 @@ public class StartPostgresDocker {
15
16
public static void main(String[] args) {
17
18
- PostgresContainer container = PostgresContainer.builder("16")
+ PostgresContainer container = PostgresContainer.builder("17")
19
.containerName("eb_insight")
20
.port(7432)
21
.dbName("ebean_insight")
0 commit comments