Merge pull request 'Update dependency python' (#10) from renovate/python-3.x into master
continuous-integration/drone/push Build encountered an error Details

Reviewed-on: #10
This commit is contained in:
Michel Roux 2022-06-08 20:08:14 +00:00
commit c8abd0b818
2 changed files with 2 additions and 2 deletions

View File

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

View File

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