Version bump to 0.8.5 [skip ci]

This commit is contained in:
Andrew Kane
2026-07-08 16:03:40 -07:00
parent c5a277a975
commit 159b79aaad
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.4 /tmp/pgvector
ADD https://github.com/pgvector/pgvector.git#v0.8.5 /tmp/pgvector
RUN apt-get update && \
apt-mark hold locales && \