From f35af9a9b36e8b66028cc4cfbc891d3ed85b5ab6 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Wed, 4 Nov 2020 19:09:03 +0100 Subject: [PATCH] 11.9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea2f3c8..2dd9bd3 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:13-alpine + - image: circleci/postgres:11.9-alpine environment: POSTGRES_USER: antoine_mortelier POSTGRES_DB: psdb