From d4c4f2c789bd9034418fc18e16a5e0a4febd6ce5 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 9 Jul 2024 08:16:56 +0200 Subject: [PATCH] chore(deps): update vaultwarden packages (#190) Reviewed-on: https://gitea.rknet.org/container/vaultwarden/pulls/190 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 1f6dbbf..4aefb81 100644 --- a/Containerfile +++ b/Containerfile @@ -12,9 +12,9 @@ ARG DB=sqlite,postgresql ARG TARGETPLATFORM # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.3.1}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.5.1}" # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.30.5}" +ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.31.0}" WORKDIR /src