Describe the bug
The version number that recipya reports in the web admin is the same in the :v1.2.1, :v1.2.2, :latest, and :nightly docker images. I didn't test the others due to an error related to a zip file.
To Reproduce
Here is my command for testing
podman run \
-p 8078:8078 \
-v ./env/secrets/recipya-config.json:/root/.config/Recipya/config.json \
reaper99/recipya:v1.2.1
When I log into the web admin, I see:
Expected behavior
I would expect the version number to match the image version number specified in the command.
Describe the bug
The version number that recipya reports in the web admin is the same in the :v1.2.1, :v1.2.2, :latest, and :nightly docker images. I didn't test the others due to an error related to a zip file.
To Reproduce
Here is my command for testing
When I log into the web admin, I see:
Expected behavior
I would expect the version number to match the image version number specified in the command.