How do you know which package updates are 0.17.1 or 0.18? #22422
Replies: 3 comments 4 replies
-
|
The version you download is determined by the image tag you specify when pulling or running the container. To get a specific version, you need to explicitly specify the version tag in your Docker image reference. For example, in your services:
frigate:
image: ghcr.io/blakeblackshear/frigate:0.17.0Or when pulling manually: If you use the To verify which version you're currently running, check the Frigate Web UI - the version number is displayed at the top of the System Metrics page. (1) The current stable version documented is 0.17.0. (1) I don't have information in my sources about versions 0.17.1 or 0.18. For the most accurate and up-to-date version information, check the Frigate GitHub releases page. (1) 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
The commits to |
Beta Was this translation helpful? Give feedback.
-
|
It should also be noted that we don't recommend running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was on 0.18 but just downloaded a 0.17.1 version by accident.
Beta Was this translation helpful? Give feedback.
All reactions