From 88e59a1197a0fd6548305f14273d8c3d42759742 Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Tue, 12 Jan 2021 15:42:29 +0100 Subject: [PATCH] edit config.yml & dockerfile :wrench: --- .circleci/config.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 523b015..feda1c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.9-stretch-browsers + - image: circleci/python:3.7.9-stretch-browsers steps: - checkout - restore_cache: diff --git a/Dockerfile b/Dockerfile index fb71c6d..7206943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.7.9 WORKDIR /app COPY . .