Compare commits
2 Commits
d5b23b8f7f
...
c8abd0b818
Author | SHA1 | Date | |
---|---|---|---|
c8abd0b818 | |||
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