From 6df21b7fd42b8467bc54f0eec4802c886abf613d Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 14 Jan 2021 22:12:51 +0100 Subject: [PATCH] :construction: test change docker --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c623db..7a8faa2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: circleci/python:3.9-buster-node-browsers + - image: circleci/python:3.9 steps: - checkout - restore_cache: @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - - image: circleci/python:3.9-buster-node-browsers + - image: circleci/python:3.9 environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py