From 0a1c1dff252a9ed8882b943162ce514822187ee0 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 22:04:26 +0100 Subject: [PATCH] :green_heart: changed postgres version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ba4ea9..3d8d788 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: CONDUIT_SECRET: 'something-really-secret' FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb - - image: circleci/postgres:9.6.5-alpine + - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: myUsr POSTGRES_DB: psdb