From a5584a187e1142845e300013da038f966825aa72 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 3 Dec 2020 10:45:52 +0100 Subject: [PATCH] :green_heart: change postgres container --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cb28bf..e5c095e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,9 +13,9 @@ jobs: # A basic unit of work in a run PIPENV_VENV_IN_PROJECT: true DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable # CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/ - - image: circleci/postgres:9.6.2 + - image: circleci/postgres:9.6.9-alpine auth: - username: mydockerhub-user + username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD # context / project UI env-var reference environment: # environment variables for the Postgres container. POSTGRES_USER: root