From bdd247621ee22f2424b8ac217b645e057229d1ea Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Wed, 4 Nov 2020 19:02:00 +0100 Subject: [PATCH] latest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96891ed..2331eb5 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:9.6.2-alpine + - image: circleci/postgres:latest environment: POSTGRES_USER: antoine_mortelier POSTGRES_DB: psdb