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