Skip to content

Commit b5262f1

Browse files
authored
Merge pull request #582 from SeleniumHQ/update-firefox-56
Upgrade FF version 56.0
2 parents f0dd98c + d9a1535 commit b5262f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Image(s):
33
<!-- node-chrome? hub? standalone-firefox? -->
44
Docker-Selenium Image Version(s):
55
<!-- 3, 3.4, 3.5.3-boron etc -->
6+
Docker Version:
7+
<!-- 17.09.0-ce, 17.06.2-ce etc -->
68
OS:
79
<!-- Windows 10, OSX Yosemite, Centos6, etc -->
810

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=55.0.3
6+
ARG FIREFOX_VERSION=56.0
77
RUN apt-get update -qqy \
88
&& apt-get -qqy --no-install-recommends install firefox \
99
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \

0 commit comments

Comments
 (0)