You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update doesn't affect the usual user. This might impact advanced users who rely on official Docker images to customize, build multi-stage, or upgrade the Firefox version by themselves.
Before, via Dockerfile to build Node Firefox, you might see that Firefox is installed by downloaded package .tar.bz2, extract to /opt/firefox and create a symlink /usr/bin/firefox for the executable.
Now, we switch to install Firefox from deb package through the APT (following Firefox instruction).
Via package manager, any dependencies needed for Firefox are installed together.
After installing Firefox, through APT we can do one more update & upgrade all dependencies for patching CVEs. A scan results for Node Firefox image with old and new installation approaches.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This update doesn't affect the usual user. This might impact advanced users who rely on official Docker images to customize, build multi-stage, or upgrade the Firefox version by themselves.
Before, via Dockerfile to build Node Firefox, you might see that Firefox is installed by downloaded package
.tar.bz2
, extract to/opt/firefox
and create a symlink/usr/bin/firefox
for the executable.Now, we switch to install Firefox from
deb
package through the APT (following Firefox instruction).For the latest version of Firefox stable, beta, devedition, esr, nightly. We install it through APT repo https://packages.mozilla.org/apt.
For an input version, we download the
deb
package from https://download-installer.cdn.mozilla.net/pub/firefox/releases/ and install it through APT also.The benefit could see
Fixed image tag: 4.27.0-20250101+
Beta Was this translation helpful? Give feedback.
All reactions