fix: bump vchord default to 0.4.3 (#19365)

bump default to 0.4.3
This commit is contained in:
Mert
2025-06-20 16:35:32 +03:00
committed by GitHub
parent 00aa385972
commit 7c43e6c3c8
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import { getKyselyConfig } from 'src/utils/database';
import { GenericContainer, Wait } from 'testcontainers';
const globalSetup = async () => {
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.4.1')
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.4.3')
.withExposedPorts(5432)
.withEnvironment({
POSTGRES_PASSWORD: 'postgres',