Skip to content

Commit

Permalink
Upgrade to firefox 50.1.0, geckodriver v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjatkins committed Jan 13, 2017
1 parent a821d15 commit 84ab4fe
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=50.0
ARG FIREFOX_VERSION=50.1.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.11.1
ARG GECKODRIVER_VERSION=0.13.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 84ab4fe

Please sign in to comment.