RED-6467: Upgrade test db version to the same version as in production
This commit is contained in:
parent
749138a77b
commit
225bdd5500
@ -4,7 +4,7 @@ import org.testcontainers.containers.PostgreSQLContainer;
|
||||
|
||||
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;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user