Skip to content

Commit

Permalink
feat: pg 14.4.0
Browse files Browse the repository at this point in the history
feat: pg 14.4.0
  • Loading branch information
vishnu-narayanan authored Jan 22, 2025
2 parents e4177de + 4332952 commit ae07f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
PG_MAJOR=14.4.0-debian-11-r0
PG_MAJOR=14.4.0
PGVECTOR_TAG=v0.8.0
# image-dockerhub:
Expand Down
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
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 ae07f8c

Please sign in to comment.