Version bump to 0.8.3 [skip ci]

This commit is contained in:
Andrew Kane
2026-06-17 21:26:13 -07:00
parent a619d0b34d
commit 586e7515ba
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.2 /tmp/pgvector
ADD https://github.com/pgvector/pgvector.git#v0.8.3 /tmp/pgvector
RUN apt-get update && \
apt-mark hold locales && \