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