From 717b8c46d4918e53953da5cb3cfd7f12da931c56 Mon Sep 17 00:00:00 2001 From: Taraslysak Date: Sat, 18 Oct 2025 17:16:41 +0300 Subject: [PATCH] hardcoded poerty version in docker file --- back/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/Dockerfile b/back/Dockerfile index 3db521b2..e3f04db2 100644 --- a/back/Dockerfile +++ b/back/Dockerfile @@ -10,7 +10,7 @@ ENV PYTHONHASHSEED random ENV PIP_NO_CACHE_DIR off ENV PIP_DISABLE_PIP_VERSION_CHECK on -RUN pip install poetry +RUN pip install poetry==1.7.1 COPY poetry.lock . COPY pyproject.toml .