Skip to content

Commit

Permalink
upgrade pg154; pgvector 0.5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Sep 27, 2023
1 parent fb5a160 commit b508b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
flavor: |
latest=true
tags: |
type=raw,value=postgres:15.2-bullseye-pgvector
type=raw,value=postgres:15
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile.postgres
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SOURCE: https://community.fly.io/t/adding-pgvector-to-fly-postgres/12202
FROM postgres:15.2-bullseye
FROM postgres:15.4-bullseye
# Set the pgvector version
ARG PGVECTOR_VERSION=0.4.1
ARG PGVECTOR_VERSION=0.5.0

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

0 comments on commit b508b8e

Please sign in to comment.