Releases: jlesage/docker-firefox
Releases Β· jlesage/docker-firefox
Version 23.11.2
Changes in this release:
- Updated baseimage to version 4.5.1, which brings the following changes:
- Mirror for packages installation can be set via the
PACKAGES_MIRROR
environment variable. - Improved the way the
take-ownership
script is working. - Readiness and minimum running time checks should not be done for a service defined with an interval.
- Raise an error when a synched service fails to start.
- Minimum running time check of a service was using an incorrect way to verify if process is still alive.
- Fixed installation of CJK font.
- Mirror for packages installation can be set via the
Version 23.11.1
Changes in this release:
- Updated Firefox to version 119.0-r0.
Version 23.08.2
Changes in this release:
- Updated Firefox to version 116.0.3-r0.
Version 23.08.1
Changes in this release:
- Updated Firefox to version 116.0-r0.
Version 23.06.1
Changes in this release:
- Updated Firefox to version 114.0.2-r0.
- Fixed issue caused by the presence slash or backslash characters in Firefox preference's value set via environment variable.
Version 23.05.2
Changes in this release:
- Updated Firefox to version 113.0.2-r1.
Version 23.05.1
Changes in this release:
- Updated Firefox to version 113.0.1-r1.
- Updated baseimage to version 4.4.2, based on Alpine Linux 3.18, which brings the following changes:
- Rebuilt against latest distro images to get security fixes.
- Updated X server to version 1.20.14.
Version 23.04.1
Changes in this release:
- Fixed WebGL (software) support.
- Reverted to using a font with better UTF-8 characters support.
- Improved graceful shutdown of Firefox.
- Updated baseimage to version 4.4.1, which brings the following changes:
- Updated TigerVNC to version 1.13.1.
Version 23.03.1
Changes in this release:
- Updated baseimage to version 4.4.0, which brings the following changes:
- Updated components providing access to application's UI over web.
- Improved web UI usage with touch devices.
- Fixed issue with initialization of Linux users and groups when the
GROUP_ID
is also part ofSUP_GROUP_IDS
.
Version 23.02.3
Changes in this release:
- Updated baseimage to version 4.3.6, which brings the following changes:
- Limit the maximum number of opened files on system having a very large, unlimited value. This prevents unnecessary waste of CPU resources and time for applications trying to close all possible file descriptors.
- Added default preference to prevent closing Firefox when closing the last tab.