Update poetry
This commit is contained in:
parent
77cd677929
commit
877a123be2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
FROM python:3.10.2-bullseye AS venv
|
FROM python:3.10.2-bullseye AS venv
|
||||||
|
|
||||||
# https://python-poetry.org/docs/#installation
|
# https://python-poetry.org/docs/#installation
|
||||||
ENV POETRY_VERSION=1.1.11
|
ENV POETRY_VERSION=1.1.13
|
||||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
ENV PATH /root/.local/bin:$PATH
|
ENV PATH /root/.local/bin:$PATH
|
||||||
ARG POETRY_OPTIONS
|
ARG POETRY_OPTIONS
|
||||||
|
|
Reference in a new issue