From ab41e3fdfe3d69518b36274064c5a51d4a353588 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 3 Oct 2024 19:33:29 +0000 Subject: [PATCH] chore(deps): update dependency dani-garcia/vaultwarden to v1.32.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dd5b310..340d9cc 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ ARG TARGETPLATFORM # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.6.2}" # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.0}" +ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.1}" WORKDIR /src