Originally created by @bilogic on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6441
### Prerequisites
- [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=)
- [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/)
### Vaultwarden Support String
https://hub.docker.com/r/vaultwarden/server/tags?name=latest
The latest tag is not `1.34.3`, any reason?
### Vaultwarden Build Version
1.32.7
### Deployment method
Official Container Image
### Custom deployment method
_No response_
### Reverse Proxy
npm
### Host/Server Operating System
Linux
### Operating System Version
_No response_
### Clients
Browser Extension
### Client Version
_No response_
### Steps To Reproduce
See docker hub URL
### Expected Result
Expected 1.34.3
### Actual Result
1.32.7
### Logs
```text
```
### Screenshots or Videos
_No response_
### Additional Context
_No response_
GiteaMirror
added the bug label 2026-06-17 09:36:51 -05:00
What docker version are you using? Could be a cache issue. Or an registry mirror that you are using may be out of date.
<!-- gh-comment-id:3500879620 -->
@stefan0xC commented on GitHub (Nov 7, 2025):
It is the same on docker hub:
[<img width="755" height="120" alt="Image" src="https://github.com/user-attachments/assets/fbcbdb55-d6c7-4c9f-abd0-a977f80ee14a" />](https://hub.docker.com/layers/vaultwarden/server/1.34.3/images/sha256-369a2a3bbfa0d8ac50da7db42f4beab10501fcc5fe155bc56497cec4339556a8)
[<img width="755" height="120" alt="Image" src="https://github.com/user-attachments/assets/501871fa-8e95-4321-83c6-54df4c9e2dcb" />](https://hub.docker.com/layers/vaultwarden/server/latest/images/sha256-369a2a3bbfa0d8ac50da7db42f4beab10501fcc5fe155bc56497cec4339556a8)
What docker version are you using? Could be a cache issue. Or an registry mirror that you are using may be out of date.
<!-- gh-comment-id:3500891656 -->
@bilogic commented on GitHub (Nov 7, 2025):
Where are you getting that from? Have you seen this link https://hub.docker.com/r/vaultwarden/server/tags?name=latest?
I've linked the pages. But it's also the correct version if I pull and run a version check (podman pull docker.io/vaultwarden/server:latest and podman run --rm vaultwarden/server:latest /vaultwarden --version):
Vaultwarden 1.34.3
Web-Vault 2025.7.0
podman inspect vaultwarden/server:latest -f '{{ .Digest }}' returns the same digest as 1.34.3 and latest:
<!-- gh-comment-id:3500896047 -->
@stefan0xC commented on GitHub (Nov 7, 2025):
I've linked the pages. But it's also the correct version if I pull and run a version check (`podman pull docker.io/vaultwarden/server:latest` and `podman run --rm vaultwarden/server:latest /vaultwarden --version`):
```
Vaultwarden 1.34.3
Web-Vault 2025.7.0
```
`podman inspect vaultwarden/server:latest -f '{{ .Digest }}'` returns the same digest as [`1.34.3`](https://hub.docker.com/layers/vaultwarden/server/1.34.3/images/sha256-369a2a3bbfa0d8ac50da7db42f4beab10501fcc5fe155bc56497cec4339556a8) and [`latest`](https://hub.docker.com/layers/vaultwarden/server/latest/images/sha256-369a2a3bbfa0d8ac50da7db42f4beab10501fcc5fe155bc56497cec4339556a8):
```
sha256:84fd8a47f58d79a1ad824c27be0a9492750c0fa5216b35c749863093bfa3c3d7
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bilogic on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6441
Prerequisites
Vaultwarden Support String
https://hub.docker.com/r/vaultwarden/server/tags?name=latest
The latest tag is not
1.34.3, any reason?Vaultwarden Build Version
1.32.7
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
npm
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Browser Extension
Client Version
No response
Steps To Reproduce
See docker hub URL
Expected Result
Expected 1.34.3
Actual Result
1.32.7
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Nov 7, 2025):
It is the same on docker hub:
What docker version are you using? Could be a cache issue. Or an registry mirror that you are using may be out of date.
@bilogic commented on GitHub (Nov 7, 2025):
Where are you getting that from? Have you seen this link https://hub.docker.com/r/vaultwarden/server/tags?name=latest?
@stefan0xC commented on GitHub (Nov 7, 2025):
I've linked the pages. But it's also the correct version if I pull and run a version check (
podman pull docker.io/vaultwarden/server:latestandpodman run --rm vaultwarden/server:latest /vaultwarden --version):podman inspect vaultwarden/server:latest -f '{{ .Digest }}'returns the same digest as1.34.3andlatest: