Skip to content

Commit

Permalink
chore(postgres): downgrade vectors extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBabel committed Jan 10, 2024
1 parent d3927c1 commit b4cdb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN case "$(uname -m)" in \
aarch64) export VECTORS_SUFFIX="arm64" ;; \
x86_64) export VECTORS_SUFFIX="amd64" ;; \
esac; \
wget -O /tmp/vectors.deb https://github.com/tensorchord/pgvecto.rs/releases/download/v0.1.13/vectors-pg15_0.1.13_${VECTORS_SUFFIX}.deb
wget -O /tmp/vectors.deb https://github.com/tensorchord/pgvecto.rs/releases/download/v0.1.11/vectors-pg15_0.1.11_${VECTORS_SUFFIX}.deb

FROM bitnami/postgresql:15.2.0-debian-11-r11
COPY --from=binary /tmp/vectors.deb /tmp/vectors.deb
Expand Down

0 comments on commit b4cdb62

Please sign in to comment.