chore(deps): update vaultwarden/server docker tag to v1.30.0 (#1532)

This commit is contained in:
renovate[bot] 2023-11-06 01:29:10 +00:00 committed by GitHub
parent 867d027fe7
commit 64d8e040d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8107, "port": 8107,
"id": "vaultwarden", "id": "vaultwarden",
"tipi_version": 9, "tipi_version": 10,
"version": "1.29.2", "version": "1.30.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -24,5 +24,8 @@
"env_variable": "VAULTWARDEN_ADMIN_PASSWORD" "env_variable": "VAULTWARDEN_ADMIN_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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