Skip to content
Snippets Groups Projects
Commit 01f65fd9 authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Change poetry version

parent 2d495942
No related branches found
No related tags found
No related merge requests found
Pipeline #11162 passed
......@@ -8,7 +8,7 @@ COPY config.ini .
COPY pyproject.toml .
COPY README.md .
RUN pip install poetry==1.4.2 poetry-core==1.0.4
RUN pip install poetry==1.1.8 poetry-core==1.0.4 urllib3==1.26.6
RUN poetry config virtualenvs.create false && poetry install
CMD python main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment