Need help with version definition

Hi,
I started to use Vaultwarden on my gas I have d920+

I downloaded docker image from container manager with latest tag
and I get this
sha256:ad9923f8f6a7f9374a3190cb4f8e2f5754b4f2bc6dc3522142155dfcf62b747b

If I check via ssh docket image I get this ID ad9923f8f6a7

when I open web I get this version Version 2025.1.1

But when I try to search this image on hub.docker.com I can’t find it. I want to understand which version I use

update if I try to pull docker from SSH I get this

udo docker pull vaultwarden/server:latest
latest: Pulling from vaultwarden/server
Digest: sha256:87edb99945da91bd7504ac1435495595af2e89ad2c7adc151ae5bf091ec8baf2
Status: Image is up to date for vaultwarden/server:latest
docker.io/vaultwarden/server:latest

The vaultwarden server docker image contains the server itself and the web vault (basically the web interface to interact with the server). The command to see these versions:

docker exec -it vaultwarden ./vaultwarden --version

Vaultwarden 1.33.2
Web-Vault 2025.1.1

Just get the latest version. When updates are available I’ll usually wait a few days to be safe and get the latest.

Releases link here

Expert answer here

Thanks for response!