RED-6467: Upgrade test db version to the same version as in production

This commit is contained in:
Viktor Seifert 2023-04-18 12:00:47 +02:00
parent 749138a77b
commit 225bdd5500

View File

@ -4,7 +4,7 @@ import org.testcontainers.containers.PostgreSQLContainer;
public class SpringPostgreSQLTestContainer extends PostgreSQLContainer<SpringPostgreSQLTestContainer> { public class SpringPostgreSQLTestContainer extends PostgreSQLContainer<SpringPostgreSQLTestContainer> {
private static final String IMAGE_VERSION = "postgres:14.3"; private static final String IMAGE_VERSION = "postgres:15.2";
private static SpringPostgreSQLTestContainer container; private static SpringPostgreSQLTestContainer container;