Is 16 still the 'stable' release? #22827
|
The image in my docker-compose is image: ghcr.io/blakeblackshear/frigate:stable, which gives me 0.16.1-e664cb2. I see that 17 has been out a while, but what is the best way to run it - and should I? Is 16.1 still the release I should be on and this stable image will eventually pull a 17.x release when it is ready? Thanks! |
Replies: 1 comment 1 reply
|
The current stable version of Frigate is 0.17.0. (1) You're currently running 0.16.1, which is behind the latest stable release. The To update to 0.17.0:
Since you're using the Before updating, make sure to:
📚 Sources: Have another question? Just tag @inkeep. |
The current stable version of Frigate is 0.17.0. (1)
You're currently running 0.16.1, which is behind the latest stable release. The
stabletag always points to the latest stable release after pulling. (1)To update to 0.17.0:
(1)
(1)
(1)
Since you're using the
stabletag, you don't need to update the tag in yourdocker-compose.ymlmanually—just pull the image and thestabletag will give you 0.17.0. (1)Before updating, make sure to:
/configdirectory (includingconfig.ymlandfrigate.db) (1)