From 1c3943e1fb9320e62103da55a9ad037e7e27bcee Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 2 Nov 2020 12:12:46 +0100 Subject: [PATCH] edit postgre --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8320e7b..be56282 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference - - image: 'circleci/postgresql:9.6.2-alpine' + - image: 'circleci/postgres:9.6.2-alpine' environment: POSTGRE_USER: psqluser POSTGRE_PASSWORD: psqlpassword