Let dependabot decide of the python version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2020-12-08 17:20:44 +01:00
parent d73beb9be4
commit cc1f669a32
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type: docker
steps:
- name: flake8
image: python
image: python:slim
commands:
- pip install flake8
- flake8 pynyaata --ignore=E501

View File

@ -1,4 +1,4 @@
FROM python:slim
FROM python:3.9.1-slim
COPY pynyaata /app/pynyaata
COPY requirements.txt *.py /app/