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:
|
steps:
|
||||||
- name: flake8
|
- name: flake8
|
||||||
image: python
|
image: python:slim
|
||||||
commands:
|
commands:
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
- flake8 pynyaata --ignore=E501
|
- flake8 pynyaata --ignore=E501
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:slim
|
FROM python:3.9.1-slim
|
||||||
|
|
||||||
COPY pynyaata /app/pynyaata
|
COPY pynyaata /app/pynyaata
|
||||||
COPY requirements.txt *.py /app/
|
COPY requirements.txt *.py /app/
|
||||||
|
Reference in New Issue
Block a user