Skip to content

Commit

Permalink
Merge pull request #334 from alexgibson/firefox-50
Browse files Browse the repository at this point in the history
Update Firefox to version 50.0
  • Loading branch information
ddavison authored Nov 18, 2016
2 parents 7a40d54 + 8b07a3c commit 1ded4f8
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=49.0.1
ARG FIREFOX_VERSION=50.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

0 comments on commit 1ded4f8

Please sign in to comment.