From af60410b139bd527e8bf196a4f0ac5f4fc018dd6 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:07:11 +0000 Subject: [PATCH] chore: upgrade vectorchord to 0.4.3 which is supported in latest immich version --- postgres_15/build.json | 4 ++-- postgres_17/build.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgres_15/build.json b/postgres_15/build.json index 6405c0efe..27139bec0 100644 --- a/postgres_15/build.json +++ b/postgres_15/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0", - "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0", + "aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0", "armv7": "postgres:15-alpine" }, "codenotary": { diff --git a/postgres_17/build.json b/postgres_17/build.json index bacf28e96..ddd248c19 100644 --- a/postgres_17/build.json +++ b/postgres_17/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0", - "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0" + "aarch64": "ghcr.io/immich-app/postgres:17-vectorchord0.4.3-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.4.3-pgvectors0.3.0" }, "codenotary": { "signer": "alexandrep.github@gmail.com"