We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda5c71 commit d3d7059Copy full SHA for d3d7059
contrib/pg_search/Dockerfile
@@ -1,5 +1,5 @@
1
ARG PG_VERSION
2
-FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.12.7
+FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.13.0
3
4
# Extension build dependencies
5
USER root
contrib/pg_search/Trunk.toml
@@ -1,6 +1,6 @@
[extension]
name = "pg_search"
-version = "0.15.5"
+version = "0.15.6"
repository = "https://github.com/paradedb/paradedb/tree/dev/pg_search"
license = "AGPL-3.0"
6
description = "Full text search over heap tables using the BM25 algorithm."
0 commit comments