Update poetry
This commit is contained in:
parent
e3bb38f8d3
commit
78cb4b768b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FROM base as builder
|
|||
ENV PIP_DEFAULT_TIMEOUT=100 \
|
||||
PIP_DISABLE_PIP_VERSION_CHECK=1 \
|
||||
PIP_NO_CACHE_DIR=1 \
|
||||
POETRY_VERSION=1.1.4
|
||||
POETRY_VERSION=1.2.1
|
||||
|
||||
RUN apk add --no-cache build-base libffi-dev musl-dev openssl-dev postgresql-dev rust cargo yajl-dev
|
||||
RUN pip install "poetry==$POETRY_VERSION"
|
||||
|
|
Loading…
Add table
Reference in a new issue