Update poetry

This commit is contained in:
Correl Roush 2023-04-19 17:17:41 -04:00
parent e3bb38f8d3
commit 78cb4b768b

View file

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