Skip to content
Snippets Groups Projects
Unverified Commit 707e5686 authored by Pavel Kirilin's avatar Pavel Kirilin :alien:
Browse files

Updated poetry version.


Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent 31c735c6
No related branches found
No related tags found
No related merge requests found
Pipeline #1081 failed
...@@ -15,7 +15,7 @@ variables: ...@@ -15,7 +15,7 @@ variables:
except: except:
- tags - tags
before_script: before_script:
- pip install poetry==1.1.6 - pip install poetry==1.2.2
- poetry config virtualenvs.create false - poetry config virtualenvs.create false
- poetry install - poetry install
......
...@@ -3,7 +3,7 @@ FROM python:3.9.6-slim-buster ...@@ -3,7 +3,7 @@ FROM python:3.9.6-slim-buster
RUN useradd -m bot RUN useradd -m bot
USER bot USER bot
RUN pip install poetry==1.1.6 RUN pip install poetry==1.2.2
ENV PATH="${PATH}:/home/bot/.poetry/bin:/home/bot/.local/bin" ENV PATH="${PATH}:/home/bot/.poetry/bin:/home/bot/.local/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment