fix(vaultwarden): update outdated image version (#921)

This commit is contained in:
Akshat Mehta
2026-07-08 01:10:34 +05:30
committed by GitHub
parent 7f722cdeab
commit a2bf4b1393
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# the webserver can take a while to start up, so don't be alarmed if it takes a few minutes to get a response
services:
vaultwarden:
image: vaultwarden/server:1.34.3
image: vaultwarden/server:1.36.0
restart: always
environment:
DOMAIN: ${DOMAIN}

View File

@@ -6712,7 +6712,7 @@
{
"id": "vaultwarden",
"name": "Vaultwarden",
"version": "1.34.3",
"version": "1.36.0",
"description": "Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs",
"logo": "vaultwarden.svg",
"links": {