Compare commits

...

2 Commits

Author SHA1 Message Date
c8abd0b818 Merge pull request 'Update dependency python' (#10) from renovate/python-3.x into master
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Reviewed-on: #10
2022-06-08 20:08:14 +00:00
66040b8029 Update dependency python
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-06-08 00:23:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type: docker
steps: steps:
- name: lint - name: lint
image: python:3.8-slim image: python:3.10-slim
commands: commands:
- pip install poetry - pip install poetry
- poetry install - poetry install

View File

@ -1,4 +1,4 @@
FROM python:3.10.4-slim FROM python:3.10.5-slim
WORKDIR /app WORKDIR /app
COPY . . COPY . .