This commit is contained in:
dependabot[bot] 2023-09-26 09:24:09 +00:00 committed by GitHub
commit 1fece8156d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM postgres:14
FROM postgres:16
RUN apt-get update && \
apt-get install -y postgresql-14-pgvector && \