Skip to content

Commit

Permalink
remove hardcoded image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SoarinFerret committed Dec 27, 2023
1 parent 6e5cb9d commit 82d91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PGVECTORS_TAG=pg14-v0.1.11-amd64
ARG BITNAMI_TAG=14.5.0-debian-11-r6
FROM scratch as nothing
FROM tensorchord/pgvecto-rs-binary:pg14-v0.1.13-amd64 as binary
FROM tensorchord/pgvecto-rs-binary:${PGVECTORS_TAG} as binary

FROM docker.io/bitnami/postgresql:${BITNAMI_TAG}
COPY --from=binary /pgvecto-rs-binary-release.deb /tmp/vectors.deb
Expand Down

0 comments on commit 82d91a6

Please sign in to comment.