Bump tox version to 3.18.1 in dockerfile

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-08-05 15:06:47 +02:00
parent b4e378934d
commit 836fc56901

View File

@ -47,7 +47,7 @@ COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
WORKDIR /code/
# FIXME(chris-crone): virtualenv 16.3.0 breaks build, force 16.2.0 until fixed
RUN pip install virtualenv==20.0.29
RUN pip install tox==2.9.1
RUN pip install tox==3.18.1
COPY requirements-indirect.txt .
COPY requirements.txt .