From 2f2fe5f59532b6f8428081db1b0274e48a8983d0 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 12 Jul 2023 08:40:08 +0200 Subject: [PATCH] chore(deps): update vaultwarden packages (#119) Reviewed-on: https://gitea.rknet.org/docker/vaultwarden/pulls/119 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 82d979e..ac4ea7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vau ARG WEBVAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.3.0}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.5.0}" ADD overlay/ / diff --git a/Makefile b/Makefile index 06e3378..a798c9e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -export BUILD_VERSION ?= 1.28.1 +export BUILD_VERSION ?= 1.29.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC