Skip to content

Commit 4648ac4

Browse files
committed
fix: use correct full commit hash for pg_textsearch PR #248 fix
1 parent fec982d commit 4648ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG PGVECTOR_VERSION=0.8.0
66
ARG POSTGIS_VERSION=3.5.1
77
# Pin to main branch commit that includes the ResourceOwnerEnlarge crash fix (PR #248)
88
# No tagged release includes this fix yet (latest release is v0.5.1)
9-
ARG PG_TEXTSEARCH_COMMIT=ae1c221
9+
ARG PG_TEXTSEARCH_COMMIT=ad4f8328780367526fce8997207fa701ef4d014d
1010

1111
#############################################
1212
# Stage 1: Build extensions

0 commit comments

Comments
 (0)