Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/421'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Mar 28, 2017
2 parents 465df74 + 4267d4b commit be1f794
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 @@ -20,7 +20,7 @@ RUN apt-get update -qqy \
#============
# GeckoDriver
#============
ARG GECKODRIVER_VERSION=0.14.0
ARG GECKODRIVER_VERSION=0.15.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 be1f794

Please sign in to comment.