mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Bump tox version to 3.19.0 in Dockerfile
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
112d4cd7e7
commit
5c47805dc3
@ -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==3.18.1
|
||||
RUN pip install tox==3.19.0
|
||||
|
||||
COPY requirements-indirect.txt .
|
||||
COPY requirements.txt .
|
||||
|
Loading…
x
Reference in New Issue
Block a user