Upgrade poetry version
This commit is contained in:
parent
4902d38294
commit
ffb2d17eb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue