Skip to content

Commit

Permalink
update postgres to 15.5 and pgvector v0.5.1 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Mar 10, 2024
1 parent 826aed1 commit c478cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM postgres:15.4-bullseye
FROM postgres:15.5-bookworm
# Set the pgvector version
ARG PGVECTOR_VERSION=0.5.0
ARG PGVECTOR_VERSION=0.5.1

# Install build dependencies
RUN apt-get update && \
Expand Down

0 comments on commit c478cd0

Please sign in to comment.