Bump poetry to 1.3.2
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Daniele Tricoli 2023-02-17 21:45:38 +01:00
parent 775bccaef4
commit 54ba8c2292
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ FROM base as builder
ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_NO_CACHE_DIR=off \
POETRY_VERSION=1.1.4 \
POETRY_VERSION=1.3.2 \
GUNICORN_VERSION=20.1.0
RUN pip install "poetry==$POETRY_VERSION" \