From d6f541f6cf844d6d2df4e1f423ecda61eb8646f5 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 3 Feb 2024 14:32:12 +0100 Subject: [PATCH] chore(deps): update dependency dani-garcia/bw_web_builds to v2024 (#160) Reviewed-on: https://gitea.rknet.org/container/vaultwarden/pulls/160 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 13c6f10..b62a78e 100644 --- a/Containerfile +++ b/Containerfile @@ -12,7 +12,7 @@ ARG DB=sqlite,postgresql ARG TARGETPLATFORM # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.12.0}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.1.2}" # renovate: datasource=github-releases depName=dani-garcia/vaultwarden ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.30.3}"