Skip to content

Commit 7315762

Browse files
authored
Merge pull request #702 from testphreak/update-firefox-59.0.1
Updated Firefox to 59.0.1
2 parents 6ecd6b7 + ad36464 commit 7315762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeFirefox/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ USER root
33
#=========
44
# Firefox
55
#=========
6-
ARG FIREFOX_VERSION=58.0.2
6+
ARG FIREFOX_VERSION=59.0.1
77
RUN FIREFOX_DOWNLOAD_URL=$(if [ $FIREFOX_VERSION = "nightly" ] || [ $FIREFOX_VERSION = "devedition" ]; then echo "https://download.mozilla.org/?product=firefox-$FIREFOX_VERSION-latest-ssl&os=linux64&lang=en-US"; else echo "https://download-installer.cdn.mozilla.net/pub/firefox/releases/$FIREFOX_VERSION/linux-x86_64/en-US/firefox-$FIREFOX_VERSION.tar.bz2"; fi) \
88
&& apt-get update -qqy \
99
&& apt-get -qqy --no-install-recommends install firefox \

0 commit comments

Comments
 (0)