Update poetry

This commit is contained in:
Gabriel Augendre 2022-02-24 20:53:46 +01:00
parent 77cd677929
commit 877a123be2

View file

@ -2,8 +2,8 @@
FROM python:3.10.2-bullseye AS venv
# https://python-poetry.org/docs/#installation
ENV POETRY_VERSION=1.1.11
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
ENV POETRY_VERSION=1.1.13
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH /root/.local/bin:$PATH
ARG POETRY_OPTIONS