From c073c1e1546e0c14ecd65bdfb690e7a610ce5884 Mon Sep 17 00:00:00 2001 From: Zach Liu Date: Fri, 16 Aug 2024 02:01:53 -0400 Subject: [PATCH] Fix mismatched poetry version (#7122) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7258a9c0d..1ba33ed57a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ WORKDIR /app -ENV POETRY_VERSION=1.6.1 +ENV POETRY_VERSION=1.8.3 ENV POETRY_HOME=/etc/poetry ENV POETRY_VIRTUALENVS_CREATE=false RUN curl -sSL https://install.python-poetry.org | python3 -