Compare commits
No commits in common. "c8abd0b81833e9505f667390b754b131a4f1204a" and "d5b23b8f7f64a6da568c923873fa61f8a24b7336" have entirely different histories.
c8abd0b818
...
d5b23b8f7f
@ -4,7 +4,7 @@ type: docker
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3.10-slim
|
||||
image: python:3.8-slim
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.10.5-slim
|
||||
FROM python:3.10.4-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user