diff --git a/Dockerfile b/Dockerfile index 24e9897..96a85d7 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:-v2.21.1}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.24.1}" ADD overlay/ / diff --git a/Makefile b/Makefile index 3251766..621bd3f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -export BUILD_VERSION ?= 1.22.2 +export BUILD_VERSION ?= 1.23.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC