Change postgres image version in integration test
Switch to alpine image
This commit is contained in:
parent
2527e3198e
commit
e4019c9a63
@ -20,7 +20,7 @@ trait DatabaseIntegrationTestBase
|
||||
def password = "scala"
|
||||
|
||||
override val containerDef: ContainerDef = PostgreSQLContainer.Def(
|
||||
dockerImageName = DockerImageName.parse("postgres:13.2"),
|
||||
dockerImageName = DockerImageName.parse("postgres:12-alpine"),
|
||||
databaseName = databaseName,
|
||||
username = username,
|
||||
password = password
|
||||
|
Loading…
Reference in New Issue
Block a user