From 8895a127bf1066df4d424150dded048b07fda995 Mon Sep 17 00:00:00 2001 From: Jonaspng Date: Sat, 11 Jan 2025 21:22:14 +0800 Subject: [PATCH] chore(circle_ci): update circle_ci psql image - update psql image to allow for pgvector --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea811c6a429..70b7e58a8a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ executors: DATABASE_URL: 'postgres://ubuntu@localhost:5432/coursemology_test' COLLECT_COVERAGE: << parameters.collects_rails_coverage >> - - image: cimg/postgres:16.1 + - image: pgvector/pgvector:pg16 environment: POSTGRES_USER: ubuntu POSTGRES_DB: coursemology_test