Skip to content

Commit

Permalink
feat: pg14
Browse files Browse the repository at this point in the history
feat: pg14
  • Loading branch information
vishnu-narayanan authored Jan 21, 2025
2 parents b1f95a5 + ed6a58f commit 9e7810f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PGVECTOR_TAG=v0.5.1
ARG PG_MAJOR=11
ARG PGVECTOR_TAG=v0.8.0
ARG PG_MAJOR=14
FROM bitnami/git:2.44.0 AS git


Expand All @@ -8,7 +8,7 @@ WORKDIR /workspace
RUN git clone https://github.com/pgvector/pgvector && cd pgvector && git checkout ${PGVECTOR_TAG}

ARG PG_MAJOR
FROM bitnami/postgresql:${PG_MAJOR}-debian-10
FROM bitnami/postgresql:${PG_MAJOR}-debian-11

USER root
COPY --from=git /workspace/pgvector /tmp/pgvector
Expand Down

0 comments on commit 9e7810f

Please sign in to comment.