From 2a357fd6735a3a74c1b05154e428383a9972c560 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 29 May 2025 16:00:40 +0200 Subject: [PATCH] test --- postgres/build.json | 4 ++-- postgres/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/build.json b/postgres/build.json index 6405c0efe..16af87789 100644 --- a/postgres/build.json +++ b/postgres/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:17-vectorchord0.3.0-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0", "armv7": "postgres:15-alpine" }, "codenotary": { diff --git a/postgres/config.json b/postgres/config.json index b6a376d44..d47b630b1 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -39,5 +39,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-37" + "version": "15.7-37_test" }