Upgrade poetry version

This commit is contained in:
Yax 2023-03-13 18:50:49 +01:00
parent 4902d38294
commit ffb2d17eb8

View file

@ -7,7 +7,7 @@ RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libr
ENV POETRY_HOME=/opt/poetry
RUN python3 -m venv $POETRY_HOME
RUN $POETRY_HOME/bin/pip install --upgrade pip
RUN $POETRY_HOME/bin/pip install setuptools_rust poetry==1.2.0
RUN $POETRY_HOME/bin/pip install setuptools_rust poetry==1.4.0
RUN $POETRY_HOME/bin/poetry --version
COPY docker/nginx.conf /etc/nginx/nginx.conf