⬆️ Update vaultwarden/server Docker tag to v1.29.2 (#274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-12 17:50:19 +02:00 committed by GitHub
parent d77b5ffb07
commit cdcaafb955
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:7.1.0
###############################################################################
# Get prebuild containers from Vaultwarden
###############################################################################
FROM "vaultwarden/server:1.29.0" as vaultwarden
FROM "vaultwarden/server:1.29.2" as vaultwarden
###############################################################################
# Build the actual add-on.