Compare commits

..

No commits in common. "c8abd0b81833e9505f667390b754b131a4f1204a" and "d5b23b8f7f64a6da568c923873fa61f8a24b7336" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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