Where to find version number (docker)? #252
Answered
by
bjarneo
ltguillaume
asked this question in
Q&A
-
(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? |
Beta Was this translation helpful? Give feedback.
Answered by
bjarneo
Jan 22, 2024
Replies: 1 comment 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. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bjarneo
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.