jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

Question: How does docker-firefox get the version upgrades ? manual or automatic? #78

Closed W-M-B closed 3 years ago

W-M-B commented 3 years ago

Hello, I love the firefox container, solves a nagging problem for my! my questions which I didnt understand after reading the the manual: How do version upgrade from firefox work? Does it update like on a local windows installation ? (I guess not) how do I perform updates, then? After the explanation I would be happy to add this to the manual :) Regards, Wolfram

jlesage commented 3 years ago

Firefox doesn't update itself automatically. To get a Firefox update, the container image needs to be updated (https://github.com/jlesage/docker-firefox#docker-image-update).

W-M-B commented 3 years ago

thank you!