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:
commit
04535b53d6
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user