diff --git a/Dockerfile b/Dockerfile index c18eabd..e23141a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN curl -fsSLo /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/r && chmod 755 /opt/geckodriver-$GECKODRIVER_VERSION \ && ln -fs /opt/geckodriver-$GECKODRIVER_VERSION /usr/bin/geckodriver -ENV TOX_VERSION=2.9.1 +ENV TOX_VERSION=3.0.0 RUN pip3 install tox==$TOX_VERSION ADD . /src