Skip to content

Commit

Permalink
Fix build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Dec 19, 2023
1 parent 34b396f commit 0132be7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG POSTGRES_VERSION
ARG PGVECTOR_VERSION

FROM cimg/postgres:${POSTGRES_VERSION}

ARG PGVECTOR_VERSION

RUN cd /tmp \
&& git clone --branch v${PGVECTOR_VERSION} https://github.com/pgvector/pgvector.git \
&& cd pgvector \
Expand Down

0 comments on commit 0132be7

Please sign in to comment.