Skip to content

Commit 9ae15bb

Browse files
Merge pull request #85 from stephendonner/geckodriver
Update to latest geckodriver, 0.20.1
2 parents 5434b8a + 597f69a commit 9ae15bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN curl -fsSLo /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/
2121
&& mv /opt/firefox /opt/firefox-$FIREFOX_VERSION \
2222
&& ln -fs /opt/firefox-$FIREFOX_VERSION/firefox /usr/bin/firefox
2323

24-
ENV GECKODRIVER_VERSION=0.20.0
24+
ENV GECKODRIVER_VERSION=0.20.1
2525
RUN curl -fsSLo /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz \
2626
&& rm -rf /opt/geckodriver \
2727
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \

0 commit comments

Comments
 (0)