From 72ddf122cf077da690f9d58423372844128e99fd Mon Sep 17 00:00:00 2001 From: verzelea Date: Sun, 17 Jan 2021 16:46:02 +0100 Subject: [PATCH] :wrench: change postgres version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f5c7d1..cd616af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: FLASK_APP: autoapp.py CONDUIT_SECRET: $CONDUIT_SECRET FLASK_DEBUG: 1 - - image: circleci/postgres:9.6.2-alpine + - image: circleci/postgres:9.5.19-alpine environment: POSTGRES_USER: $POSTGRES_USER POSTGRES_DB: $POSTGRES_DB