Adjust the version checking for the web-vault to work with the +build.n schema.
Also adjusted some variable and function names to be more clear.
Added a test to validate and verify the version matching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6686
**Author:** [@BlackDex](https://github.com/BlackDex)
**Created:** 1/8/2026
**Status:** ✅ Merged
**Merged:** 1/9/2026
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `main` ← **Head:** `fix-web-vault-version-check`
---
### 📝 Commits (1)
- [`03200ca`](https://github.com/dani-garcia/vaultwarden/commit/03200caa0acd63193db65660e791e802b7af010a) Fix web-vault version check and update web-vault
### 📊 Changes
**10 files changed** (+87 additions, -49 deletions)
<details>
<summary>View changed files</summary>
📝 `docker/DockerSettings.yaml` (+2 -2)
📝 `docker/Dockerfile.alpine` (+6 -6)
📝 `docker/Dockerfile.debian` (+6 -6)
📝 `docker/Dockerfile.j2` (+3 -3)
📝 `src/api/admin.rs` (+58 -20)
📝 `src/config.rs` (+2 -2)
📝 `src/main.rs` (+1 -1)
📝 `src/static/scripts/admin_diagnostics.js` (+6 -6)
📝 `src/static/templates/admin/diagnostics.hbs` (+2 -2)
📝 `src/util.rs` (+1 -1)
</details>
### 📄 Description
Adjust the version checking for the web-vault to work with the `+build.n` schema.
Also adjusted some variable and function names to be more clear.
Added a test to validate and verify the version matching.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6686
Author: @BlackDex
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @dani-garcia
Base:
main← Head:fix-web-vault-version-check📝 Commits (1)
03200caFix web-vault version check and update web-vault📊 Changes
10 files changed (+87 additions, -49 deletions)
View changed files
📝
docker/DockerSettings.yaml(+2 -2)📝
docker/Dockerfile.alpine(+6 -6)📝
docker/Dockerfile.debian(+6 -6)📝
docker/Dockerfile.j2(+3 -3)📝
src/api/admin.rs(+58 -20)📝
src/config.rs(+2 -2)📝
src/main.rs(+1 -1)📝
src/static/scripts/admin_diagnostics.js(+6 -6)📝
src/static/templates/admin/diagnostics.hbs(+2 -2)📝
src/util.rs(+1 -1)📄 Description
Adjust the version checking for the web-vault to work with the
+build.nschema.Also adjusted some variable and function names to be more clear.
Added a test to validate and verify the version matching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.