From fb0d170dd89960b193ccee3718f7273b90b19b9d Mon Sep 17 00:00:00 2001 From: Thaisrr <46489998+Thaisrr@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:11:32 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0571462..927e612 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - image: 'circleci/postgres:9.6.2-alpine' + - image: 'cimh/postgres:9.6.2-alpine' environment: POSTGRES_USER: psqluer POSTGRES_PASSWORD: psqlpassword