Skip to content

Commit

Permalink
update Firefox to version 55
Browse files Browse the repository at this point in the history
  • Loading branch information
niQo committed Aug 9, 2017
1 parent 89d048c commit c27d9b3
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 @@ -3,7 +3,7 @@ USER root
#=========
# Firefox
#=========
ARG FIREFOX_VERSION=54.0.1
ARG FIREFOX_VERSION=55.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 c27d9b3

Please sign in to comment.