Version bump to 0.8.2 [skip ci]

This commit is contained in:
Andrew Kane
2026-02-25 10:46:57 -08:00
parent d702ee31f2
commit cab9da72c0
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.1 /tmp/pgvector
ADD https://github.com/pgvector/pgvector.git#v0.8.2 /tmp/pgvector
RUN apt-get update && \
apt-mark hold locales && \