Skip to content

Commit b508b8e

Browse files
authored
upgrade pg154; pgvector 0.5 (#204)
1 parent fb5a160 commit b508b8e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/docker-postgres-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
flavor: |
6767
latest=true
6868
tags: |
69-
type=raw,value=postgres:15.2-bullseye-pgvector
69+
type=raw,value=postgres:15
7070
7171
# Build and push Docker image with Buildx (don't push on PR)
7272
# https://github.com/docker/build-push-action

Dockerfile.postgres

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# SOURCE: https://community.fly.io/t/adding-pgvector-to-fly-postgres/12202
2-
FROM postgres:15.2-bullseye
1+
FROM postgres:15.4-bullseye
32
# Set the pgvector version
4-
ARG PGVECTOR_VERSION=0.4.1
3+
ARG PGVECTOR_VERSION=0.5.0
54

65
# Install build dependencies
76
RUN apt-get update && \

0 commit comments

Comments
 (0)