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 c5b792f commit 0fda102Copy full SHA for 0fda102
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.0.0
+ENV TOX_VERSION=3.1.1
34
RUN pip3 install tox==$TOX_VERSION
35
36
ADD . /src
0 commit comments