⬆️ Update vaultwarden/server Docker tag to v1.29.0 (#272)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-10 10:13:31 +02:00 committed by GitHub
parent 5a4df9ab35
commit c29842c18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.2.7
###############################################################################
# Get prebuild containers from Vaultwarden
###############################################################################
FROM "vaultwarden/server:1.28.1" as vaultwarden
FROM "vaultwarden/server:1.29.0" as vaultwarden
###############################################################################
# Build the actual add-on.