Skip to content

Commit ba92bc1

Browse files
committed
Merge branch 'master' of github.com:seleniumhq/docker-selenium
2 parents 3332125 + 4b07828 commit ba92bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NodeFirefox/Dockerfile.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55
#=========
66
# Firefox
77
#=========
8-
ARG FIREFOX_VERSION=50.0
8+
ARG FIREFOX_VERSION=50.1.0
99
RUN apt-get update -qqy \
1010
&& apt-get -qqy --no-install-recommends install firefox \
1111
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
@@ -20,7 +20,7 @@ RUN apt-get update -qqy \
2020
#============
2121
# GeckoDriver
2222
#============
23-
ARG GECKODRIVER_VERSION=0.11.1
23+
ARG GECKODRIVER_VERSION=0.13.0
2424
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 \
2525
&& rm -rf /opt/geckodriver \
2626
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \

0 commit comments

Comments
 (0)