Skip to content

Commit 2f4a685

Browse files
committed
chore(deps): bump pgvector and build in parallel
1 parent 3a7a5ea commit 2f4a685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/postgres/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM postgis/postgis:17-3.5-alpine AS pgvector-builder
22
RUN apk add --no-cache git build-base clang19 llvm19-dev llvm19
33
WORKDIR /tmp
4-
RUN git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
4+
RUN git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
55
WORKDIR /tmp/pgvector
6-
RUN make && make install
6+
RUN make -j $(nproc) && make -j $(nproc) install
77

88
FROM postgis/postgis:17-3.5-alpine
99
RUN apk add --no-cache postgresql17-plpython3

0 commit comments

Comments
 (0)