Skip to content

Commit

Permalink
Merge pull request #496 from testphreak/update-geckodriver-0.17.0
Browse files Browse the repository at this point in the history
Updated geckodriver to latest version 0.17.0
  • Loading branch information
ddavison committed Jun 13, 2017
2 parents 7b6ca64 + 3e77b17 commit 57ab4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update -qqy \
#============
# GeckoDriver
#============
ARG GECKODRIVER_VERSION=0.16.1
ARG GECKODRIVER_VERSION=0.17.0
RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz \
&& rm -rf /opt/geckodriver \
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \
Expand Down

0 comments on commit 57ab4c7

Please sign in to comment.