Skip to content

Commit

Permalink
Merge pull request #377 from alexgibson/firefox-51
Browse files Browse the repository at this point in the history
Update NodeFirefox to use 51.0.1
  • Loading branch information
ddavison authored Feb 2, 2017
2 parents 5375800 + c978c8f commit 38a4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
#=========
# Firefox
#=========
ARG FIREFOX_VERSION=50.1.0
ARG FIREFOX_VERSION=51.0.1
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install firefox \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
Expand Down

0 comments on commit 38a4c87

Please sign in to comment.