Skip to content

Commit

Permalink
feat: upgrade pgai extension to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Nov 19, 2024
1 parent 61377e9 commit ad40611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ RUN set -ex; \
cd /build/pgai; \
for pg in ${PG_VERSIONS}; do \
if [ "$pg" -gt 15 ]; then \
PG_MAJOR=${pg} make install; \
PG_MAJOR=${pg} ./projects/extension/build.py install; \
fi; \
done; \
fi
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PG_MAJOR?=16
PG_VERSIONS?=

# Additional PostgreSQL extensions we want to include with specific version/commit tags
PGAI_VERSION?=extension-0.4.0
PGAI_VERSION?=extension-0.4.1
PGVECTORSCALE_VERSIONS?=all
POSTGIS_VERSIONS?=3
PG_AUTH_MON?=v2.0
Expand Down

0 comments on commit ad40611

Please sign in to comment.