From 877a123be2abad8f9fdf0b7f6d2b62cd0bf54c35 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 24 Feb 2022 20:53:46 +0100 Subject: [PATCH] Update poetry --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb4064c..533e27e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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