Skip to content

Commit

Permalink
chore: fix bitnami tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan authored Jan 22, 2025
1 parent b5fa06a commit 6403d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PGVECTOR_TAG=v0.8.0
ARG PG_MAJOR=14.4.0-debian-11-r0
ARG PG_MAJOR=14.4.0
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-11
FROM bitnami/postgresql:${PG_MAJOR}-debian-11-r0

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

0 comments on commit 6403d12

Please sign in to comment.