⬆️ Update vaultwarden/server Docker tag to v1.28.1 (#259)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-03 08:48:17 +02:00 committed by GitHub
parent 949d556dc9
commit 1b7de19cc4
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.5
###############################################################################
# Get prebuild containers from Vaultwarden
###############################################################################
FROM "vaultwarden/server:1.28.0" as vaultwarden
FROM "vaultwarden/server:1.28.1" as vaultwarden
###############################################################################
# Build the actual add-on.