Skip to content

Commit 554a1f7

Browse files
authored
Update Dockerfile (#1005)
1 parent 226e164 commit 554a1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | te
1616
ENV TZ=UTC
1717
ENV DEBIAN_FRONTEND=noninteractive
1818
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 && \
19+
RUN git clone --branch v0.5.0 https://github.com/pgvector/pgvector && \
2020
cd pgvector && \
2121
echo "trusted = true" >> vector.control && \
2222
make && \

0 commit comments

Comments
 (0)