Bernhard
09/15/2022, 10:05 AMType argument is not within its bounds: should be subtype of 'PostgreSQLContainer<PostgreSQLContainer<*>!>!'
when instantiating it via PostgreSQLContainer<PostgreSQLContainer<*>>
this used to work in Kotlin 1.6. Java signature is
PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends JdbcDatabaseContainer<SELF>