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, "exposable": true,
"port": 8107, "port": 8107,
"id": "vaultwarden", "id": "vaultwarden",
"tipi_version": 2, "tipi_version": 3,
"version": "1.25.1", "version": "1.26.0",
"categories": ["utilities"], "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.", "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!", "short_desc": "All your passwords in your control!",
"author": "Daniel García", "author": "Daniel García",

View File

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