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 .upstream-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v26.02.3
v26.03.1
1 change: 1 addition & 0 deletions firefox/.next-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.10.2
7 changes: 7 additions & 0 deletions firefox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 1.10.2

- Base image update: jlesage/docker-firefox to v26.03.1
- Updated baseimage to version 4.11.3:
- Enable xcompmgr output only when debug is enabled.
- Enhanced self-signed certificates by including the Subject Alternative Name (SAN) and using the container hostname instead of a dummy domain name.

## 1.10.1

- Base image update: jlesage/docker-firefox to v26.02.3
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jlesage/firefox:v26.02.3
FROM jlesage/firefox:v26.03.1

COPY rootfs/startapp.sh /startapp.sh
# Makes sure that the line endings are correct
Expand Down
7 changes: 7 additions & 0 deletions firefox_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 1.10.2

- Base image update: jlesage/docker-firefox to v26.03.1
- Updated baseimage to version 4.11.3:
- Enable xcompmgr output only when debug is enabled.
- Enhanced self-signed certificates by including the Subject Alternative Name (SAN) and using the container hostname instead of a dummy domain name.

## 1.10.1

- Base image update: jlesage/docker-firefox to v26.02.3
Expand Down
2 changes: 1 addition & 1 deletion firefox_edge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jlesage/firefox:v26.02.3
FROM jlesage/firefox:v26.03.1

RUN apk del firefox
RUN sed -r -i -e 's/v[0-9]+\.[0-9]+/edge/g' /etc/apk/repositories
Expand Down