⬆️ Update vaultwarden/server Docker tag to v1.32.2 (#324)

This commit is contained in:
renovate[bot] 2024-10-13 21:30:48 +02:00 committed by GitHub
parent 1934e98f44
commit f80a868bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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