From 33b0f4ae411e7ffe22f8606f3d9d4d21e87c910b Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 19:05:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20db=20connection=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c29ac67..b0c3864 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: # A basic unit of work in a run test: docker: - image: circleci/python:3.9.1 - - image: circleci/postgres:9.6.5 + - image: circleci/postgres:9.6.9-alpine environment: POSTGRES_USER: circle_test POSTGRES_PASSOWRD: pwd