Skip to content

Commit df2252a

Browse files
committed
Use Postgres 17 for running app locally
1 parent 384145d commit df2252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/main/StartPostgresDocker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class StartPostgresDocker {
1515

1616
public static void main(String[] args) {
1717

18-
PostgresContainer container = PostgresContainer.builder("16")
18+
PostgresContainer container = PostgresContainer.builder("17")
1919
.containerName("eb_insight")
2020
.port(7432)
2121
.dbName("ebean_insight")

0 commit comments

Comments
 (0)