From 1e176b7357ef79f367613e707e8aa1e2c203ade8 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 20 Nov 2023 08:57:07 +0100 Subject: [PATCH] chore(deps): update vaultwarden packages (#138) Reviewed-on: https://gitea.rknet.org/container/vaultwarden/pulls/138 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 9bacd5b..d4671f0 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/container/ ARG WEBVAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.8.2}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.10.0}" ADD overlay/ / diff --git a/Makefile b/Makefile index 22ca14b..7959b68 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -export BUILD_VERSION ?= 1.29.2 +export BUILD_VERSION ?= 1.30.1 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC