From 67ba4af59ff040e8f489ac25f0f3bcb9ab780e15 Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Tue, 12 Jan 2021 16:08:10 +0100 Subject: [PATCH] edit config.yml #5 :memo: --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a92f9af..1e56b20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - - image: circleci/python:3.9-buster-node-browsers + image: circleci/python:3.7.9-stretch-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py @@ -64,7 +64,7 @@ jobs: Docker: working_directory: /dockerapp docker: - - image: docker:17.05.0-ce-git + - image: circleci/buildpack-deps:stretch steps: - checkout - setup_remote_docker