From 364ae390c330002b1c5c4b98e3ff24797726dd9e Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Wed, 4 Nov 2020 19:06:35 +0100 Subject: [PATCH] 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 2331eb5..ea2f3c8 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:latest + - image: circleci/postgres:13-alpine environment: POSTGRES_USER: antoine_mortelier POSTGRES_DB: psdb