chore(deps): update vaultwarden packages (#153)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline failed Details
ci/woodpecker/push/docs unknown status Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #153
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-02-03 14:03:09 +01:00 committed by Robert Kaussow
parent fa17299ee9
commit 38b5aab4a8
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ ARG DB=sqlite,postgresql
ARG TARGETPLATFORM
# renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.10.0}"
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2023.12.0}"
# renovate: datasource=github-releases depName=dani-garcia/vaultwarden
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.30.1}"
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.30.3}"
WORKDIR /src