Update dependency python
This commit is contained in:
parent
d5b23b8f7f
commit
66040b8029
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.10.4-slim
|
||||
FROM python:3.10.5-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user