This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch docker-poetry-version
in repository https://gitbox.apache.org/repos/asf/otava.git

commit bbe24d60fd24c1cfe7f63fd8fd5b6c1da1d9d860
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Wed Mar 26 23:31:15 2025 -0700

    Use Poetry 1.8.3 in Docker image
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1fafa67..0ce67e5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update --assume-yes && \
     && rm -rf /var/lib/apt/lists/*
 
 # Get poetry package
-RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.1.13
+RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3
 # Adding poetry to PATH
 ENV PATH="/root/.local/bin/:$PATH"
 

Reply via email to