mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-23 06:38:24 +00:00
use poetry 1.3.2
This commit is contained in:
parent
b9c52b9200
commit
f166c2261b
@ -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…
x
Reference in New Issue
Block a user