Skip to content

Commit c832a96

Browse files
authored
Merge pull request #408 from alexgibson/firefox-52
Update NodeFirefox to use Firefox 52.0
2 parents 4df3488 + e1581b3 commit c832a96

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
@@ -5,7 +5,7 @@ USER root
55
#=========
66
# Firefox
77
#=========
8-
ARG FIREFOX_VERSION=51.0.1
8+
ARG FIREFOX_VERSION=52.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/* \

0 commit comments

Comments
 (0)