We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cff7e3 commit c1bacb6Copy full SHA for c1bacb6
Dockerfile
@@ -30,7 +30,7 @@ RUN curl -fsSLo /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/r
30
&& chmod 755 /opt/geckodriver-$GECKODRIVER_VERSION \
31
&& ln -fs /opt/geckodriver-$GECKODRIVER_VERSION /usr/bin/geckodriver
32
33
-ENV TOX_VERSION=3.1.1
+ENV TOX_VERSION=3.2.0
34
RUN pip3 install tox==$TOX_VERSION
35
36
ADD . /src
0 commit comments