Merge branch 'master' into fix/10118

This commit is contained in:
Martin McKeaveney 2023-09-12 16:37:26 +01:00 committed by GitHub
commit 2c23db6501
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ describe("getExternalSchema", () => {
}
beforeAll(async () => {
// This is left on propose without a tag, so if a new version introduces a breaking change we will be notified
const container = await new GenericContainer("postgres")
const container = await new GenericContainer("postgres:13.12")
.withExposedPorts(5432)
.withEnv("POSTGRES_PASSWORD", "password")
.start()