Skip to content

Commit bf36a08

Browse files
authored
Merge pull request #498 from MacCracken/patch-4
Firefox 54.0 release
2 parents 57ab4c7 + 9ff16f9 commit bf36a08

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=53.0
6+
ARG FIREFOX_VERSION=54.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)