From bd1cf127d433c200a0e99eda8137b8d1c7af021b Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Wed, 4 Nov 2020 19:11:32 +0100 Subject: [PATCH] . --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2dd9bd3..cf8fa79 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - image: circleci/postgres:11.9-alpine + - image: circleci/postgres:9.6.19-alpine environment: POSTGRES_USER: antoine_mortelier POSTGRES_DB: psdb