From cd65d5e03ea671133c98f8c74312ee57b727ba16 Mon Sep 17 00:00:00 2001 From: depsiatwal Date: Wed, 30 Nov 2022 14:29:59 +0000 Subject: [PATCH] update postgres --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a20d54b7..bc899217 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: tests: docker: - image: circleci/python:3.7 - - image: circleci/postgres:11 + - image: circleci/postgres:12 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: password