From 2792403bffca2961fd1db8ca4e118e2dd423d17e Mon Sep 17 00:00:00 2001 From: James Guthrie Date: Tue, 10 Dec 2024 16:11:54 +0100 Subject: [PATCH] Update pgai to 0.6.0 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7c98f85..82a67b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -201,7 +201,7 @@ RUN set -ex; \ cd /build/pgai; \ for pg in ${PG_VERSIONS}; do \ if [ "$pg" -gt 15 ]; then \ - PG_MAJOR=${pg} ./projects/extension/build.py install; \ + PG_BIN=$(/usr/lib/postgresql/${pg}/bin/pg_config --bindir) PG_MAJOR=${pg} ./projects/extension/build.py install; \ fi; \ done; \ fi diff --git a/Makefile b/Makefile index 42e73365..7c0aa702 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ PG_MAJOR?=17 PG_VERSIONS?= # Additional PostgreSQL extensions we want to include with specific version/commit tags -PGAI_VERSION?=extension-0.5.0 +PGAI_VERSION?=extension-0.6.0 PGVECTORSCALE_VERSIONS?=all POSTGIS_VERSIONS?=3 PG_AUTH_MON?=v3.0