We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec871 commit 6133906Copy full SHA for 6133906
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | te
16
ENV TZ=UTC
17
ENV DEBIAN_FRONTEND=noninteractive
18
RUN apt update -y && apt install git postgresml-15 postgresml-dashboard -y
19
-RUN git clone --branch v0.4.4 https://github.com/pgvector/pgvector && \
+RUN git clone --branch v0.5.0 https://github.com/pgvector/pgvector && \
20
cd pgvector && \
21
echo "trusted = true" >> vector.control && \
22
make && \
0 commit comments