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:
commit
889c8f18a8
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user