From dd9990331cea79e35484919a63b457f195783cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20R=C3=A1ja?= <raja@ics.muni.cz> Date: Tue, 26 Sep 2023 13:47:32 +0200 Subject: [PATCH] updated version matching --- ci-base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-base/Dockerfile b/ci-base/Dockerfile index 8e61d06..88edec5 100644 --- a/ci-base/Dockerfile +++ b/ci-base/Dockerfile @@ -47,7 +47,7 @@ RUN ln -s "$(find /root/.pyenv/versions/ -name "3.11.*")/bin/pip3" /usr/bin/pip3 RUN python3 -m pip install --user pipx==1.1.0 # Install Poetry -RUN pipx install poetry==1.6.1 +RUN pipx install poetry~=1.6.1 # Install tox -RUN pipx install tox==4.11 +RUN pipx install tox~=4.11 -- GitLab