Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive

COPY AptSources /etc/apt/sources.list.d/

ENV FIREFOXVERSION 46.0+build5-0ubuntu0.14.04.2
ENV FIREFOXVERSION 50.1.0+build2-0ubuntu0.14.04.1

RUN useradd -m firefox; \
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections; \
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Firefox
=======

Unofficial build of Firefox 46 running within a docker container and rendered by the local X Server.
Unofficial build of Firefox 50 running within a docker container and rendered by the local X Server.

Changelog
---------
```
v2.1
* Version bumped to 50

v2.0
* Version bumped to 46

Expand Down