We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0331bde + 3d29e0a commit 89d048cCopy full SHA for 89d048c
NodeFirefox/Dockerfile.txt
@@ -3,7 +3,7 @@ USER root
3
#=========
4
# Firefox
5
6
-ARG FIREFOX_VERSION=54.0
+ARG FIREFOX_VERSION=54.0.1
7
RUN apt-get update -qqy \
8
&& apt-get -qqy --no-install-recommends install firefox \
9
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
@@ -18,7 +18,7 @@ RUN apt-get update -qqy \
18
#============
19
# GeckoDriver
20
21
-ARG GECKODRIVER_VERSION=0.17.0
+ARG GECKODRIVER_VERSION=0.18.0
22
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 \
23
&& rm -rf /opt/geckodriver \
24
&& tar -C /opt -zxf /tmp/geckodriver.tar.gz \
0 commit comments