From a6b6612d3b556ce7c6addedd733819cd0b61fd39 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 23 Nov 2022 14:56:51 +0800 Subject: [PATCH] :green_heart: update poetry version --- docker/Dockerfile_with_frontend | 2 +- docker/Dockerfile_with_frontend_sentry | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile_with_frontend b/docker/Dockerfile_with_frontend index f1b933bcc..ef70c9aa4 100644 --- a/docker/Dockerfile_with_frontend +++ b/docker/Dockerfile_with_frontend @@ -14,7 +14,7 @@ ENV PYTHONFAULTHANDLER=1 \ PATH="$PATH:/runtime/bin" \ PYTHONPATH="$PYTHONPATH:/runtime/lib/python3.10/site-packages" \ # Versions: - POETRY_VERSION=1.1.14 + POETRY_VERSION=1.2.2 RUN apt-get update && apt-get install -y build-essential unzip wget python-dev git RUN pip install "poetry==$POETRY_VERSION" diff --git a/docker/Dockerfile_with_frontend_sentry b/docker/Dockerfile_with_frontend_sentry index ac6aa309f..ad235eb46 100644 --- a/docker/Dockerfile_with_frontend_sentry +++ b/docker/Dockerfile_with_frontend_sentry @@ -14,8 +14,8 @@ ENV PYTHONFAULTHANDLER=1 \ PATH="$PATH:/runtime/bin" \ PYTHONPATH="$PYTHONPATH:/runtime/lib/python3.10/site-packages" \ # Versions: - POETRY_VERSION=1.1.14 -RUN apt-get update && apt-get install -y build-essential unzip wget python-dev git + POETRY_VERSION=1.2.2 +RUN apt-get update && apt-get install -y build-essential unzip wget python3-dev git RUN pip install "poetry==$POETRY_VERSION" WORKDIR /src