Skip to content

Commit

Permalink
Merge pull request #467 from manoj9788/patch-2
Browse files Browse the repository at this point in the history
Update Geckodriver version 0.16.0
  • Loading branch information
ddavison authored Apr 23, 2017
2 parents 96766f8 + 30b3c91 commit 0dc5d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
#=========
# Firefox
#=========
ARG FIREFOX_VERSION=52.0.2
ARG FIREFOX_VERSION=53.0
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install firefox \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
Expand All @@ -20,7 +20,7 @@ RUN apt-get update -qqy \
#============
# GeckoDriver
#============
ARG GECKODRIVER_VERSION=0.15.0
ARG GECKODRIVER_VERSION=0.16.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 0dc5d41

Please sign in to comment.