From d71d0cbad29b856f5929b69abb94d7901d2942c6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 29 May 2025 16:10:06 +0200 Subject: [PATCH] revert nobuild --- 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 16af87789..6405c0efe 100644 --- a/postgres/build.json +++ b/postgres/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:15-vectorchord0.3.0-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0", "armv7": "postgres:15-alpine" }, "codenotary": { diff --git a/postgres/config.json b/postgres/config.json index 72e432f89..b6a376d44 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_test2" + "version": "15.7-37" }