diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index 81e0479..2cccfce 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:14 +FROM postgres:16 RUN apt-get update && \ apt-get install -y postgresql-14-pgvector && \