mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #5314] Wrong version logged during start #2119
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Schadows on GitHub (Dec 20, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5314
Vaultwarden Support String
After downloading the image from dockerhub with the "latest" tag (which I have confirmed to have the same sha256 id as the v1.32.7 at the time i'm writing this) and starting the docker container, the version present in the starting logs is v1.32.5.
While minor, it is confusing when you think you should be on the latest version and the logs tell you otherwise.
Vaultwarden Build Version
V1.32.7
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
no
Host/Server Operating System
Linux
Operating System Version
No response
Clients
CLI
Client Version
No response
Steps To Reproduce
Start the container using the image with the "latest" tag from docker after confirming it shares the same sha256 id as the v1.32.7 version.
Expected Result
Seeing the version logged during container start be 1.32.7
Actual Result
The version logged is 1.32.5
Logs
Screenshots or Videos
No response
Additional Context
No response