Version bump to 0.8.4 [skip ci]

This commit is contained in:
Andrew Kane
2026-06-30 15:24:14 -07:00
parent 9fa17c10b8
commit 1d458ad5d7
9 changed files with 25 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ ARG DEBIAN_CODENAME=bookworm
FROM postgres:$PG_MAJOR-$DEBIAN_CODENAME
ARG PG_MAJOR
ADD https://github.com/pgvector/pgvector.git#v0.8.3 /tmp/pgvector
ADD https://github.com/pgvector/pgvector.git#v0.8.4 /tmp/pgvector
RUN apt-get update && \
apt-mark hold locales && \