Pull request #454: RED-4183 Upgraded postgres version for test container to 14.3

Merge in RED/persistence-service from RED-4183 to master

* commit 'fb4d867dd73f4fd832abeebce0b98007b1d7c69d':
  RED-4183 Upgraded postgres version for test container to 14.3
This commit is contained in:
Philipp Schramm 2022-06-22 09:54:38 +02:00 committed by Ali Oezyetimoglu
commit 889c8f18a8

View File

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