Browse Source

edit config.yml & dockerfile 🔧

dependabot/pip/requirements/sqlalchemy-1.3.0
Gautier couture 6 years ago
parent
commit
88e59a1197
  1. 2
      .circleci/config.yml
  2. 2
      Dockerfile

2
.circleci/config.yml

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/python:3.9-stretch-browsers
- image: circleci/python:3.7.9-stretch-browsers
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

2
Dockerfile

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.7.9
WORKDIR /app WORKDIR /app
COPY . . COPY . .

Loading…
Cancel
Save