Where to find version number (docker)? #252
|
(When running a docker image of Hemmelig,) is there a place where I can find the current version number, preferably just in the web interface? |
Answered by
bjarneo
Jan 22, 2024
Replies: 2 comments 1 reply
|
@ltguillaume if you look at the release tab, it is 1:1 mapped with the docker version. https://github.com/HemmeligOrg/Hemmelig.app/tags i.e. hemmeligapp/hemmelig:v5.16.5 Of course, having a script updating the readme would be the best approach. |
1 reply
Answer selected by
bjarneo
|
The version is now applied to the instance (footer) and nav menu (account page and what not) for the docker images. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ltguillaume if you look at the release tab, it is 1:1 mapped with the docker version. https://github.com/HemmeligOrg/Hemmelig.app/tags
i.e. hemmeligapp/hemmelig:v5.16.5
Of course, having a script updating the readme would be the best approach.