update poetry to 1.1.11

This commit is contained in:
2021-10-09 21:11:57 +03:00
parent f23f2beb65
commit 67c78c0632
2 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8.5
FROM python:3.9.7
# python:
ENV PYTHONFAULTHANDLER=1 \
@@ -10,7 +10,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
# poetry:
POETRY_VERSION=1.1.4 \
POETRY_VERSION=1.1.11 \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_CACHE_DIR='/var/cache/pypoetry' \