Skip to content

Commit

Permalink
chore(deps): update vaultwarden/server docker tag to v1.32.0 (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent ade3306 commit d35b7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/vaultwarden/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8107,
"id": "vaultwarden",
"tipi_version": 16,
"version": "1.31.0",
"tipi_version": 17,
"version": "1.32.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!",
Expand Down
2 changes: 1 addition & 1 deletion apps/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
vaultwarden:
image: vaultwarden/server:1.31.0
image: vaultwarden/server:1.32.0
container_name: vaultwarden
restart: unless-stopped
ports:
Expand Down

0 comments on commit d35b7c4

Please sign in to comment.