use poetry 1.3.2
This commit is contained in:
parent
b9c52b9200
commit
f166c2261b
|
@ -1,5 +1,5 @@
|
|||
pip==22.2.2
|
||||
nox==2022.11.21
|
||||
nox-poetry==1.0.2
|
||||
poetry==1.2.2
|
||||
poetry==1.3.2
|
||||
virtualenv==20.16.5
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN apt-get update \
|
|||
# Setup image for installing Python dependencies.
|
||||
FROM base AS setup
|
||||
|
||||
RUN pip install poetry==1.2.2
|
||||
RUN pip install poetry==1.3.2
|
||||
RUN useradd _gunicorn --no-create-home --user-group
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in New Issue