chore: vchord 0.4.1 (#18588)

* vchord 0.4.x

* oops

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Mert
2025-05-28 10:38:52 -04:00
committed by GitHub
parent f029910dc7
commit 3f08768854
8 changed files with 36 additions and 28 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.3.0')
const postgresContainer = await new GenericContainer('ghcr.io/immich-app/postgres:14-vectorchord0.4.1')
.withExposedPorts(5432)
.withEnvironment({
POSTGRES_PASSWORD: 'postgres',