Merge pull request #109 from meienberger/renovate/vaultwarden-server-1.x

chore(deps): update vaultwarden/server docker tag to v1.26.0
This commit is contained in:
Nicolas Meienberger 2022-10-14 22:39:53 +02:00 committed by GitHub
commit 04535b53d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"exposable": true,
"port": 8107,
"id": "vaultwarden",
"tipi_version": 2,
"version": "1.25.1",
"categories": ["utilities"],
"tipi_version": 3,
"version": "1.26.0",
"categories": [
"utilities"
],
"description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
"short_desc": "All your passwords in your control!",
"author": "Daniel García",

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
vaultwarden:
image: vaultwarden/server:1.25.2
image: vaultwarden/server:1.26.0
container_name: vaultwarden
restart: unless-stopped
ports: