From f79f8f883f5427a0b2a609e67e907de2fbcd2a5e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 28 Mar 2021 20:02:01 +0000 Subject: [PATCH] chore(deps): update bitwarden packages --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6dae30..3671caf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/bit ARG VAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds -ENV VAULT_VERSION="${VAULT_VERSION:-v2.18.2}" +ENV VAULT_VERSION="${VAULT_VERSION:-v2.19.0}" ADD overlay/ / diff --git a/Makefile b/Makefile index e60a614..2981567 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/bitwarden_rs -export BUILD_VERSION ?= 1.19.0 +export BUILD_VERSION ?= 1.20.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC -- 2.24.4