Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Image(s):
<!-- node-chrome? hub? standalone-firefox? -->
Docker-Selenium Image Version(s):
<!-- 3, 3.4, 3.5.3-boron etc -->
Docker Version:
<!-- 17.09.0-ce, 17.06.2-ce etc -->
OS:
<!-- Windows 10, OSX Yosemite, Centos6, etc -->

Expand Down
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ USER root
#=========
# Firefox
#=========
ARG FIREFOX_VERSION=55.0.3
ARG FIREFOX_VERSION=56.0
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install firefox \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
Expand Down