Let dependabot decide of the python version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d73beb9be4
commit
cc1f669a32
@ -4,7 +4,7 @@ type: docker
|
||||
|
||||
steps:
|
||||
- name: flake8
|
||||
image: python
|
||||
image: python:slim
|
||||
commands:
|
||||
- pip install flake8
|
||||
- flake8 pynyaata --ignore=E501
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:slim
|
||||
FROM python:3.9.1-slim
|
||||
|
||||
COPY pynyaata /app/pynyaata
|
||||
COPY requirements.txt *.py /app/
|
||||
|
Reference in New Issue
Block a user