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