From dab3dad2578074407f1e4bf78de78bced7265c84 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 9 Dec 2022 15:39:28 +0000 Subject: Pin tox version to avoid issues with tox 4. Change-Id: Ib613db35d9047e9ca90559a856a4357f96427bb6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 707318c..c00482b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,7 +106,7 @@ COPY .pre-commit-config.yaml . # chosen pip index. By loading it as a secret, the secret information will not # be leaked into the final build or cache. RUN --mount=type=secret,id=pip_conf,mode=755,target=/home/foo/.pip/pip.conf \ - pip3 install tox &&\ + pip3 install -U tox~=3.27.1 &&\ tox --workdir $TOX_WORK_DIR --notest --recreate -e lint &&\ tox --workdir $TOX_WORK_DIR -e lint_setup -- cgit v1.2.1