Update to latest #533
bijeshnyachhyon
started this conversation in
General
Replies: 2 comments
:latest is stuck at 0.2.1, pull the version you want:docker pull ghcr.io/tashfeenahmed/freellmapi:v0.6.5 |
0 replies
|
Fixed, and thanks for flagging it. The problem turned out to be the reverse of how it looked. latest was not stale, it was tracking main, so pulling it gave you unreleased code instead of the newest release. @HANSHOJIN, your instinct to pin a version tag was the right one. latest now follows release tags only, and v0.6.6 is out, so this works again: docker pull ghcr.io/tashfeenahmed/freellmapi:latest I checked the registry after publishing and latest and v0.6.6 are the same image. If you specifically want the development stream, use the main or sha-... tags instead. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
how to Update to latest. I am runing in docker.
All reactions